From db6e4d76c889ded1360755a0cb27335f5fe28f62 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 29 Aug 2020 16:01:06 -0700 Subject: [PATCH] Cleanup the URLs a wee bit more --- atom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atom.xml b/atom.xml index b467b70..40d8602 100644 --- a/atom.xml +++ b/atom.xml @@ -17,9 +17,9 @@ layout: {% for post in site.posts limit:20 %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} - {{ site.url }}/{{ post.id }} + {{ site.url }}{{ post.id }} {{ post.content | xml_escape }} {% endfor %}