Quellcode durchsuchen

fix atom media type

Marvin Frommhold vor 10 Jahren
Ursprung
Commit
60a9c7943c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      _includes/head.html

+ 1 - 1
_includes/head.html

@@ -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>