Browse Source

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

Mark Otto 10 years ago
parent
commit
25df20845a
2 changed files with 2 additions and 2 deletions
  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>