From cc8328d6a790f62c75faba6ab2b91b61bd45cf11 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 1 Aug 2012 13:50:31 -0700 Subject: [PATCH] add Atom feed --- blog/atom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 blog/atom.xml diff --git a/blog/atom.xml b/blog/atom.xml new file mode 100644 index 000000000..91bfda351 --- /dev/null +++ b/blog/atom.xml @@ -0,0 +1,27 @@ +--- +layout: nil +--- + + + + The beets blog. + + + {{ site.time | date_to_xmlschema }} + {{ site.url }}/blog/ + + Adrian Sampson + adrian@radbox.org + + + {% for post in site.posts %} + + {{ post.title }} + + {{ post.date | date_to_xmlschema }} + {{site.url }}{{ post.id }} + {{ post.content | xml_escape }} + + {% endfor %} + +