commit bdc076018c42da89fa47ecf5e2edc1d5fd32f65d
parent 4bd2a33ad38e41730a528f9e09925c21d5c43362
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 16 May 2017 23:20:09 +0200
Use full URL for each entry id
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/atom.mustache b/templates/atom.mustache
@@ -19,7 +19,7 @@
<entry>
<title><![CDATA[{{{title}}}]]></title>
<link href="{{{site.url}}}{{{url}}}"/>
- <id>{{{url}}}</id>
+ <id>{{{site.url}}}{{{url}}}</id>
<published>{{datetime}}</published>
<updated>{{datetime}}</updated>
<content type="html"><![CDATA[{{{content}}}]]></content>