From e533b3b82e254e2c22ed40a570b5e8b31a1f126b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 29 Oct 2011 01:37:55 +0200 Subject: First try at an ATOM feed --- templates/blog/rss.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/blog/rss.xml (limited to 'templates/blog/rss.xml') diff --git a/templates/blog/rss.xml b/templates/blog/rss.xml new file mode 100644 index 0000000..9cc6df3 --- /dev/null +++ b/templates/blog/rss.xml @@ -0,0 +1,25 @@ + + + ryuslash.org + + + http://ryuslash.org/blog/ + + Tom Willemsen + + 2011-10-29T23:16:00+01:00 + + {% for post in postlist %} + + {{ post.subject }} + + http://ryuslash.org/blog/post/{{ post.pk }}/ + {{ post.postdate|date:"c" }} + +
+ {{ post.body|linebreaksbr }} +
+
+
+ {% endfor %} +
-- cgit v1.2.3-54-g00ecf