From fe33921b71d498e0a4d3468fdbe240a4931d493a Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 17 Nov 2020 16:49:19 -0700 Subject: satisfy some Atom validator nitpicks --- feed.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/feed.xml b/feed.xml index 551c13e..089fb8a 100644 --- a/feed.xml +++ b/feed.xml @@ -1,9 +1,9 @@ - + - {{ now }} - /feed.xml + {{ now.isoformat() }} + {{ root }}/feed.xml boringcactus boringcactus's blog posts @@ -16,8 +16,8 @@ {{ post.date }}T00:00:00Z {{ post.date }}T00:00:00Z - {{ post.url }} - {{ post | attr(content_attr) }} + {{ root }}/{{ post.url }}.{{ ext }} + {{ post | attr(content_attr) }} {% endfor %} -- cgit v1.2.3