Initial commit

This commit is contained in:
JoshEatsAll 2024-07-04 16:47:53 +02:00
commit d1f19336c2
12 changed files with 428 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<item>
<title>{{ item.title }}</title>
<link>{{ item.link }}</link>
<description>{{ item.description|e }}</description>
{% if item.author != "None" %}
<author>{{ item.author }}</author>
{% endif %}
{% if item.tags %}
<category>{{ item.tags|join('/') }}</category>
{% endif %}
{% if item.indexDate != "None" %}
<pubDate>{{ item.indexDate }}</pubDate>
{% endif %}
</item>