commit a3105f5e085e6f2cb21c5ba8ffeb4187e5ad6b0d
parent f624124f9c1b7ba4c0ac619606fcbc8f30b39b56
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 19 Apr 2018 10:12:46 +0200
Formatting fixes
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/atom.mustache b/templates/atom.mustache
@@ -3,8 +3,8 @@
<title><![CDATA[Atom Feed - {{{site.name}}}]]></title>
<subtitle><![CDATA[{{{site.description}}}]]></subtitle>
- <link href="{{{site.url}}}atom.xml" rel="self"/>
- <link href="{{{site.url}}}"/>
+ <link href="{{{site.url}}}atom.xml" rel="self" />
+ <link href="{{{site.url}}}" />
<updated>{{{site.updated}}}</updated>
<id>{{{site.url}}}</id>