diff --git a/blog/templates/rss.xml b/blog/templates/rss.xml new file mode 100644 index 00000000..f823da36 --- /dev/null +++ b/blog/templates/rss.xml @@ -0,0 +1,20 @@ + + + {{ config.title }} + {{ config.base_url | safe }} + {{ config.description }} + Gutenberg + {{ config.default_language }} + + {{ last_build_date | date(format="%a, %d %b %Y %H:%M:%S %z") }} + {% for page in pages %} + + {{ page.title }} + {{ page.date | date(format="%a, %d %b %Y %H:%M:%S %z") }} + {{ page.permalink | safe }} + {{ page.permalink | safe }} + {{ page.content }} + + {% endfor %} + +