A blog system based on plain-files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
551 B

7 months ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/css" href="{{ url_for('static', filename='css/rss.css') }}" ?>
  3. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  4. <channel>
  5. <title>The Latest from Marten</title>
  6. <description>Updates from Marten Kante. Throw this in your RSS feeder for instant updates!</description>
  7. <language>en-us</language>
  8. <link>/blog/feed.xml</link>
  9. <atom:link href="/feed.xml" rel="self" type="application/rss+xml" />
  10. {% autoescape off %}
  11. {{ content_string }}
  12. {% endautoescape %}
  13. </channel>
  14. </rss>