summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-07-17 16:32:06 -0400
committerSkiz <skiznet@aol.com>2024-07-17 16:32:06 -0400
commita4b3ab4134b750d3542f83106b697df935fa4089 (patch)
treef3286786d49a20955299f0dc3ec8d830f4e78a65 /hugo.toml
parent851212d7e00a833f91fc8575f87f0a94c0ea6137 (diff)
Enabled HTML in MD files
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 6d4bd31..17898d8 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,3 +1,7 @@
baseURL = 'https://schizoid.party/'
languageCode = 'en-us'
title = 'Schizoid Party'
+
+
+[markup.goldmark.renderer]
+ unsafe = true # Allow HTML in md files