X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=atom.xml;h=15eed6caff254e49ea9a8f51e8d90c22fb4de531;hb=HEAD;hp=bafc806e0a33e7db2b8a53896f8fb0b04983b1fb;hpb=84e75644dda47abc6a24f1bf332b863f518ab950;p=blog diff --git a/atom.xml b/atom.xml index bafc806..15eed6c 100644 --- a/atom.xml +++ b/atom.xml @@ -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 %}