Merge upstream and update Gemfile.lock

Šī revīzija ir iekļauta:
2020-01-26 03:31:36 -05:00
vecāks 12bc37ec52
revīzija b1f816924a
50 mainīti faili ar 1654 papildinājumiem un 202 dzēšanām

Parādīt failu

@@ -23,9 +23,9 @@ title: 'Tag Index'
<div class="post-list">
{%- for post in site.tags[tag] -%}
<div class="tag-entry">
<a href="{{- site.url -}}{{- post.url -}}">{{- post.title -}}</a>
<a href="{{ post.url | relative_url }}">{{- post.title -}}</a>
<div class="entry-date">
<time datetime="{{- post.date | date_to_xmlschema -}}">{{- post.date | date: "%B %d, %Y" -}}</time>
<time datetime="{{- post.date | date_to_xmlschema -}}">{{- post.date | date: site.date_format -}}</time>
</div>
</div>
{%- endfor -%}