From 4b0339377f109844e3e2fc8b92e962bd3556f1de Mon Sep 17 00:00:00 2001 From: Andrew Barchuk Date: Thu, 12 Mar 2020 20:31:29 +0100 Subject: [PATCH] Fix RSS template (#969) Remove a link tag mistakenly imported from Atom XML namespace. The tag was used to specify the link to the feed itself which is not supported by RSS 2.0: https://cyber.harvard.edu/rss/rss.html Fixes #967 --- components/templates/src/builtins/rss.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/templates/src/builtins/rss.xml b/components/templates/src/builtins/rss.xml index aecb42bf..2494e29d 100644 --- a/components/templates/src/builtins/rss.xml +++ b/components/templates/src/builtins/rss.xml @@ -1,12 +1,11 @@ - + {{ config.title }} {{ config.base_url | escape_xml | safe }} {{ config.description }} Zola {{ config.default_language }} - {{ last_build_date | date(format="%a, %d %b %Y %H:%M:%S %z") }} {% for page in pages %}