From a7771d136286afd4b1467faa8120bd2c744b90e7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 21 Jun 2015 16:40:35 -0700 Subject: [PATCH] remove slashes from atom.xml urls --- atom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }} -- 2.30.2