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