1
Fork 0
blog/tagged/nix.xml.liquid

23 lines
710 B
Plaintext
Raw Normal View History

2023-07-24 12:42:16 +00:00
---
permalink: /tagged/nix.xml
---
<rss version="2.0">
<channel>
<title>fnordig - posts tagged with 'nix'</title>
<link>https://fnordig.de</link>
<description>fnordig - post tagged with 'nix'</description>
{% for post in collections.posts.pages %}
{%- if post.tags and post.tags contains "nix" -%}
2023-07-24 12:42:16 +00:00
<item>
<title>{{ post.title | escape }}</title>
<link>https://fnordig.de/{{ post.permalink }}</link>
<description>{{ post.content | escape }}</description>
<guid>https://fnordig.de/{{ post.permalink }}</guid>
<pubDate>{{ post.published_date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
</item>
{% endif -%}
{% endfor %}
</channel>
</rss>