diff --git a/source/blog/tag.xml b/source/blog/tag.xml index 882f3f3d..ea03c0f4 100644 --- a/source/blog/tag.xml +++ b/source/blog/tag.xml @@ -9,6 +9,7 @@ generator: [posts_tag_index] en {% if site.description %}{{ site.description|raw }}{% endif %} + {{ site.calculated_date | date('c') }} {% for post in page.tag_posts|slice(0, 10) %} {{ post.title }} @@ -16,7 +17,6 @@ generator: [posts_tag_index] {{ site.url }}{{ post.url }} {{ post.date|date('r') }} {{ post.description|raw }} - {{ site.calculated_date | date('c') }} {% endfor %}