diff --git a/config.toml b/config.toml index 2a27e1a..c75de6e 100644 --- a/config.toml +++ b/config.toml @@ -13,6 +13,9 @@ enableGitInfo = true name = "Wouter Groeneveld" email = "wouter.groeneveld@gmail.com" +[markup] + defaultMarkdownHandler = "blackfriday" + [params] style = "default" twitter = "woutergroenev" diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 9d33e7f..4fd89a7 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -116,8 +116,8 @@ body, .content-column-content, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, -{{ if .RSSLink }} - - -{{ end }} + {{ with .OutputFormats.Get "RSS" }} + + + {{ end }} {{ partial "google-analytics-anonymous.html" . }}