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

23 lines
895 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" ?>
2015-04-17 17:24:57 +00:00
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
2015-04-17 16:54:48 +00:00
<channel>
<title>{{ site.title }}</title>
<link>{{ site.url }}</link>
2015-04-17 17:06:38 +00:00
<language>en</language>
2015-04-17 16:54:48 +00:00
{% if site.description %}<description>{{ site.description|raw }}</description>{% endif %}
2015-04-17 17:24:57 +00:00
<atom:link href="{{ site.url }}{{ page.url }}" rel="self" type="application/rss+xml" />
2015-04-17 17:27:33 +00:00
<lastBuildDate>{{ site.calculated_date | date('c') }}</lastBuildDate>
2015-04-17 17:24:57 +00:00
{% for post in page.tag_posts|slice(0, 10) %}
2015-04-17 16:54:48 +00:00
<item>
<title>{{ post.title }}</title>
2015-04-17 17:10:40 +00:00
<link>{{ site.url }}{{ post.url }}</link>
2015-04-17 17:14:45 +00:00
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
2015-04-17 16:54:48 +00:00
<pubDate>{{ post.date|date('r') }}</pubDate>
2015-04-17 17:06:38 +00:00
<description>{{ post.description|raw }}</description>
2015-04-17 16:54:48 +00:00
</item>
{% endfor %}
</channel>
</rss>