From 5405686b0ed1a6e0a9bbf34355b7e077930f4101 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 16 Oct 2013 20:20:50 -0400 Subject: using lagom theme --- atom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 atom.xml (limited to 'atom.xml') diff --git a/atom.xml b/atom.xml new file mode 100755 index 0000000..6d5eed7 --- /dev/null +++ b/atom.xml @@ -0,0 +1,27 @@ +--- +layout: nil +--- + + + + The blog of {{ site.theme.name }} + + + {{ site.time | date_to_xmlschema }} + {{ site.url }} + + {{ site.theme.name }} + {{ site.theme.email }} + + + {% for post in site.posts %} + + {{ post.title }} + + {{ post.date | date_to_xmlschema }} + {{ site.url }}{{ post.id }} + {{ post.content | xml_escape }} + + {% endfor %} + + -- cgit v1.2.3