浏览代码

fix atom media type

Marvin Frommhold 10 年之前
父节点
当前提交
60a9c7943c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>