From 1160805befad7d674d2cf8374baa2f3f4b12741d Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 18 Jan 2018 13:57:10 +0000 Subject: replace old blog layout with minimal-mistakes theme --- atom.xml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 atom.xml (limited to 'atom.xml') diff --git a/atom.xml b/atom.xml deleted file mode 100755 index 6d5eed7..0000000 --- a/atom.xml +++ /dev/null @@ -1,27 +0,0 @@ ---- -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