X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=atom.xml;h=15eed6caff254e49ea9a8f51e8d90c22fb4de531;hb=HEAD;hp=4dde6d8d34ad3cd3a2b8fbaf16e46ef78ec4dc33;hpb=fceb2348f467ddaf245f2084cf90c0c68e4a1737;p=blog diff --git a/atom.xml b/atom.xml index 4dde6d8..15eed6c 100644 --- a/atom.xml +++ b/atom.xml @@ -7,7 +7,7 @@ layout: null {{ site.title }} - + {{ site.time | date_to_xmlschema }} {{ site.url }} @@ -18,9 +18,9 @@ layout: null {% for post in site.posts %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} - {{ site.url }}{{ post.id }} + {{ site.url }}{{ site.baseurl }}{{ post.id }} {{ post.content | xml_escape }} {% endfor %}