From 618bf708d6e94678846e2ddd5ba041108bf0dda2 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Tue, 2 Jun 2020 17:42:10 -0400 Subject: [PATCH] Add config for newer Hugo version --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index a2823b29..cd144c89 100644 --- a/config.toml +++ b/config.toml @@ -25,3 +25,6 @@ isPlainText = true [outputs] home = ["html", "jsonfeed", "rss"] section = ["html", "jsonfeed", "rss"] + +[markup.goldmark.renderer] +unsafe= true