From bea80928f694671010bc99493d31879df7d42836 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 4 Sep 2024 20:05:51 +0200 Subject: initial commit --- templates/feed.xml.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/feed.xml.j2 (limited to 'templates/feed.xml.j2') diff --git a/templates/feed.xml.j2 b/templates/feed.xml.j2 new file mode 100644 index 0000000..7e51092 --- /dev/null +++ b/templates/feed.xml.j2 @@ -0,0 +1,20 @@ + + + + @yggdrasil + https://blog.wazul.moe/feed.xml + The chronicle of my works and learnings + en + {{ build_date }} + {% for post in posts %} + + {{ post.title() }} + {{ post.get_link() }} + {{ post.intro }} + {{ post.get_link() }} + contact@wazul.moe + {{ post.get_publish_time_rfc2822() }} + + {% endfor %} + + \ No newline at end of file -- cgit v1.2.3-70-g09d2