From 589020dbf89c4460e4f80833cee2588853e4cf3b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 17 Apr 2015 18:10:40 +0100 Subject: [PATCH] Feed updates --- source/blog/tag.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 %}