Feed updates

This commit is contained in:
Oliver Davies 2015-04-17 18:10:40 +01:00
parent d37b8615a6
commit 589020dbf8

View file

@ -11,10 +11,9 @@ generator: [posts_tag_index]
{% for post in page.tag_posts|slice(0, 10) %}
<item>
<title>{{ post.title }}</title>
<link isPermalink="true">{{ site.url }}{{ post.url }}</link>
<link>{{ site.url }}{{ post.url }}</link>
<pubDate>{{ post.date|date('r') }}</pubDate>
<description>{{ post.description|raw }}</description>
<lastBuildDate></lastBuildDate>
</item>
{% endfor %}
</channel>