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