diff --git a/source/blog/atom.xml b/source/blog/atom.xml index 6e57d3f..cfd2067 100644 --- a/source/blog/atom.xml +++ b/source/blog/atom.xml @@ -5,10 +5,10 @@ layout: nil jimeh / blog - - + + {{ site.time | date_to_xmlschema }} - http://jimeh.me/ + http://new.jimeh.me/ Jim Myhrberg contact@jimeh.me @@ -17,9 +17,9 @@ layout: nil {% for post in site.posts %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} - http://jimeh.me{{ post.id }} + http://new.jimeh.me/blog{{ post.id }} {{ post.content | xml_escape }} {% endfor %}