summaryrefslogtreecommitdiff
path: root/templates/feed.xml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feed.xml.j2')
-rw-r--r--templates/feed.xml.j220
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/feed.xml.j2 b/templates/feed.xml.j2
deleted file mode 100644
index 7e51092..0000000
--- a/templates/feed.xml.j2
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0">
-<channel>
- <title>@yggdrasil</title>
- <link>https://blog.wazul.moe/feed.xml</link>
- <description>The chronicle of my works and learnings</description>
- <language>en</language>
- <lastBuildDate>{{ build_date }}</lastBuildDate>
- {% for post in posts %}
- <item>
- <title>{{ post.title() }}</title>
- <link>{{ post.get_link() }}</link>
- <description>{{ post.intro }}</description>
- <guid isPermaLink="false">{{ post.get_link() }}</guid>
- <author>contact@wazul.moe</author>
- <pubDate>{{ post.get_publish_time_rfc2822() }}</pubDate>
- </item>
- {% endfor %}
- </channel>
-</rss> \ No newline at end of file