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.xz
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"
59 disable = true 59 disable = true
60 [privacy.youtube] 60 [privacy.youtube]
61 disable = true 61 disable = true
62
63[markup]
64 [markup.goldmark]
65 [markup.goldmark.renderer]
66 unsafe = true \ No newline at end of file