فهرست منبع

Merge branch 'master' of https://github.com/poole/poole

Mark Otto 10 سال پیش
والد
کامیت
25df20845a
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      _config.yml
  2. 1 1
      _includes/head.html

+ 1 - 1
_config.yml

@@ -1,6 +1,6 @@
 # Dependencies
 markdown:         redcarpet
-pygments:         true
+highlighter:      pygments
 
 # Permalinks
 permalink:        pretty

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