X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=atom.xml;h=c150126d41f46cff25164c40a7d90500b474029e;hb=e3b8aaa07778a9a2a613f0aaa1568ada87978320;hp=229c82d3e14512466c24fcfe3dc914c6ad7577da;hpb=624b07ab92c792ad6b3213b91c009ebf2e992e44;p=blog diff --git a/atom.xml b/atom.xml index 229c82d..c150126 100644 --- a/atom.xml +++ b/atom.xml @@ -6,8 +6,8 @@ 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 }}