This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/blog/tag.xml

19 lines
625 B
XML
Raw Normal View History

2015-04-17 16:36:05 +00:00
---
generator: [posts_tag_index]
---
2015-04-17 16:54:48 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>{{ site.title }}</title>
<link>{{ site.url }}</link>
{% if site.description %}<description>{{ site.description|raw }}</description>{% endif %}
{% for post in page.tag_posts|slice(0, 10) %}
<item>
<title>{{ post.title }}</title>
<link>{{ site.url }}{{ post.url }}</link>
<pubDate>{{ post.date|date('r') }}</pubDate>
{% if post.description %}<description>{{ post.description|raw }}</description>{% endif %}
</item>
{% endfor %}
</channel>
</rss>