diff --git a/atom.xml b/atom.xml deleted file mode 100644 index 97f6d6b5..00000000 --- a/atom.xml +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: nil -title : Atom Feed ---- - - - - {{ site.title }} - - - {{ site.time | date_to_xmlschema }} - {{ site.production_url }} - - {{ site.author.name }} - {{ site.author.email }} - - - {% for post in site.posts %} - - {{ post.title }} - - {{ post.date | date_to_xmlschema }} - {{ site.production_url }}{{ post.id }} - {{ post.content | xml_escape }} - - {% endfor %} - - \ No newline at end of file