fix atom media type
authorMarvin Frommhold <marvin.frommhold@gmail.com>
Mon, 8 Sep 2014 12:25:38 +0000 (14:25 +0200)
committerMarvin Frommhold <marvin.frommhold@gmail.com>
Mon, 8 Sep 2014 12:25:38 +0000 (14:25 +0200)
_includes/head.html

index fd6e2069e0b93b53c88d2eeb511c32537657f697..09ebbf91d3c7a00f1a4e4cebb8e1c0d54b30bd93 100644 (file)
@@ -22,5 +22,5 @@
   <link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
 
   <!-- RSS -->
-  <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
+  <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
 </head>