diff --git a/source/blog/tag.xml b/source/blog/tag.xml index 51900a30a..b9fc72a92 100644 --- a/source/blog/tag.xml +++ b/source/blog/tag.xml @@ -6,13 +6,15 @@ 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) %} {{ post.title }} - {{ site.url }}{{ post.url }} + {{ site.url }}{{ post.url }} {{ post.date|date('r') }} - {% if post.description %}{{ post.description|raw }}{% endif %} + {{ post.description|raw }} + {% endfor %}