summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index fef92b7..884aa31 100644
--- a/config.toml
+++ b/config.toml
@@ -12,6 +12,12 @@ title = "blog.tinfoil-hat.net"
custom_css = "/css/style.css"
# Header
[menu]
+
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true
+
[[menu.main]]
identifier = "posts"
name = "Posts"