commit a99251a2ad75ae4b8210adc83f7321a412baf036
parent a4352bad86f1c4d2772ab540f6f50a046ebfea91
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 16 May 2017 23:26:28 +0200
Use an absolute URI to appease the W3C feed validator
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/atom.mustache b/templates/atom.mustache
@@ -3,7 +3,7 @@
<title><![CDATA[ATOM Feed - {{{site.name}}}]]></title>
<subtitle><![CDATA[{{{site.description}}}]]></subtitle>
- <link href="/atom.xml" rel="self"/>
+ <link href="{{{site.url}}}atom.xml" rel="self"/>
<link href="{{{site.url}}}"/>
<updated>{{{updated}}}</updated>