commit 723eedcc6348c016d49a054135289159a2c57fb0
parent 3108de2876b83a10167d4b8d6a769a621a0b3906
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 9 Apr 2018 23:19:11 +0200
ATOM => Atom
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/atom.mustache b/templates/atom.mustache
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <title><![CDATA[ATOM Feed - {{{site.name}}}]]></title>
+ <title><![CDATA[Atom Feed - {{{site.name}}}]]></title>
<subtitle><![CDATA[{{{site.description}}}]]></subtitle>
<link href="{{{site.url}}}atom.xml" rel="self"/>
diff --git a/templates/header.mustache b/templates/header.mustache
@@ -16,7 +16,7 @@
<link rel="stylesheet" href="/styles/chrysalide.css" type="text/css" />
<link rel="stylesheet" href="/styles/syntax.css" type="text/css" />
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
+ <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom Feed" />
</head>
<body>