commit a4352bad86f1c4d2772ab540f6f50a046ebfea91
parent bdc076018c42da89fa47ecf5e2edc1d5fd32f65d
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 16 May 2017 23:24:18 +0200
Atom does not allow arbitrary namespaces on the feed element
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/atom.mustache b/templates/atom.mustache
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="https://www.w3.org/2005/Atom">
+<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[ATOM Feed - {{{site.name}}}]]></title>
<subtitle><![CDATA[{{{site.description}}}]]></subtitle>