From: Mark Otto Date: Sun, 21 Jun 2015 23:40:35 +0000 (-0700) Subject: remove slashes from atom.xml urls X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=blog;a=commitdiff_plain;h=a7771d136286afd4b1467faa8120bd2c744b90e7 remove slashes from atom.xml urls --- diff --git a/atom.xml b/atom.xml index c150126..bafc806 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 }}