commit 2de348eb0dc9f5b343e8976b83aa4a0811982183
parent 0c05d0f38ce792ef17c67409d2236e34f7a62f76
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 28 Feb 2016 15:58:00 +0100
Adding tag to provide a link to the ATOM feed
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/templates/header.mustache b/templates/header.mustache
@@ -12,6 +12,8 @@
<link rel="canonical" href="{{{site.url}}}{{{page.url}}}" />
<link rel="stylesheet" href="/styles/motyl.css" type="text/css" />
+
+ <link href="atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
</head>
<body>