diff --git a/source/blog/tag.xml b/source/blog/tag.xml index b9fc72a9..f23f301f 100644 --- a/source/blog/tag.xml +++ b/source/blog/tag.xml @@ -11,10 +11,9 @@ generator: [posts_tag_index] {% 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 }} - {% endfor %}