From 21b8d9838217ee035037954d56b969b5f3a868d7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 11 Sep 2020 21:10:21 +0200 Subject: Fix missing homepage content --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 2501c3a..c0bdbdc 100644 --- a/config.toml +++ b/config.toml @@ -59,3 +59,8 @@ url = "/public_key.asc" disable = true [privacy.youtube] disable = true + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true \ No newline at end of file -- cgit 1.4.1