commit a4a049eb336286ca44a91f05c9962fea287fd962
parent 802d8c44ea25d3b291455a08daaac6322dc24bb2
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 16 May 2017 23:12:17 +0200
Switch feed xmlns URI to HTTPS
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="http://www.w3.org/2005/Atom">
+<feed xmlns="https://www.w3.org/2005/Atom">
<title><![CDATA[{{{page.title}}} - {{{site.name}}}]]></title>
<subtitle><![CDATA[{{{site.description}}}]]></subtitle>