From 4baaa95d22124043037cdb938aff0f907c935254 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 17 Apr 2015 17:54:48 +0100 Subject: [PATCH] Use RSS instead --- source/blog/tag.xml | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/source/blog/tag.xml b/source/blog/tag.xml index aa8932fe..51900a30 100644 --- a/source/blog/tag.xml +++ b/source/blog/tag.xml @@ -1,27 +1,19 @@ --- generator: [posts_tag_index] --- - - - <![CDATA[{{ site.title }}]]> - - - {{ site.calculated_date | date('c') }} - {{ site.url }}/ - {% if site.author or site.email %} - - {% if site.author %}{% endif %} - {% if site.email %}{% endif %} - - {% endif %} - Sculpin - {% for post in page.tag_posts|slice(0, 10) %} - - <![CDATA[{{ post.title }}]]> - - {{ post.date|date('c') }} - {{ site.url }}{{ post.url }} - - - {% endfor %} - + + + + {{ site.title }} + {{ site.url }} + {% if site.description %}{{ site.description|raw }}{% endif %} + {% for post in page.tag_posts|slice(0, 10) %} + + {{ post.title }} + {{ site.url }}{{ post.url }} + {{ post.date|date('r') }} + {% if post.description %}{{ post.description|raw }}{% endif %} + + {% endfor %} + + \ No newline at end of file