Browse Source

fix atom media type

Marvin Frommhold 10 năm trước cách đây
mục cha
commit
60a9c7943c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>