@@ -1,6 +1,6 @@
# Dependencies
markdown: redcarpet
-pygments: true
+highlighter: pygments
# Permalinks
permalink: pretty
@@ -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>