From 3e02ce2cb4d6ca5c146d974d626bc5657764e729 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Sat, 11 Apr 2020 09:14:42 +0200 Subject: [PATCH] revert to blackfriday md, fix rss older tag --- config.toml | 3 +++ layouts/partials/head.html | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) 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" . }}