commit 4bd2a33ad38e41730a528f9e09925c21d5c43362
parent a4a049eb336286ca44a91f05c9962fea287fd962
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 16 May 2017 23:19:41 +0200
Hardcode first part of feed title
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/atom.mustache b/templates/atom.mustache
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="https://www.w3.org/2005/Atom">
- <title><![CDATA[{{{page.title}}} - {{{site.name}}}]]></title>
+ <title><![CDATA[ATOM Feed - {{{site.name}}}]]></title>
<subtitle><![CDATA[{{{site.description}}}]]></subtitle>
<link href="/atom.xml" rel="self"/>