瀏覽代碼

Merge pull request #50 from depressiveRobot/atom-media-type

fix atom media type
Mark Otto 10 年之前
父節點
當前提交
7a2dc2daeb
共有 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>