about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2020-09-11 21:10:21 +0200
committerAlan Pearce2020-09-11 21:10:21 +0200
commit21b8d9838217ee035037954d56b969b5f3a868d7 (patch)
tree5909dd7c37830fdf46492582336bb7c4c51ccf85 /config.toml
parent07b2317669cdbdfa1579288c4bee2e8da6336b3c (diff)
downloadwebsite-21b8d9838217ee035037954d56b969b5f3a868d7.tar.lz
website-21b8d9838217ee035037954d56b969b5f3a868d7.tar.zst
website-21b8d9838217ee035037954d56b969b5f3a868d7.zip
Fix missing homepage content
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
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