From 6dd8ea42cc99e3ebb838481c705c8ab8d8673b25 Mon Sep 17 00:00:00 2001 From: Russ Hammett Date: Tue, 12 Nov 2019 17:04:47 -0500 Subject: [PATCH] Updated Atom.xml to use correct namespace As per https://tools.ietf.org/html/rfc4287#section-1.2, the correct xml namespace is "http://www.w3.org/2005/Atom", which some feed validators will validate against, even though the "https" version of that URL is also valid. fixes #104 --- atom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom.xml b/atom.xml index 8b367c5..3adeae0 100644 --- a/atom.xml +++ b/atom.xml @@ -1,5 +1,5 @@ - + {{ config.title }} {% if icon %}{{ icon }}{% endif %} {% if config.subtitle %}{{ config.subtitle }}{% endif %}