diff --git a/source/blog/tag.xml b/source/blog/tag.xml new file mode 100644 index 00000000..aa8932fe --- /dev/null +++ b/source/blog/tag.xml @@ -0,0 +1,27 @@ +--- +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 %} +