diff options
author | Alan Pearce | 2020-09-11 21:10:21 +0200 |
---|---|---|
committer | Alan Pearce | 2020-09-11 21:10:21 +0200 |
commit | 21b8d9838217ee035037954d56b969b5f3a868d7 (patch) | |
tree | 5909dd7c37830fdf46492582336bb7c4c51ccf85 /config.toml | |
parent | 07b2317669cdbdfa1579288c4bee2e8da6336b3c (diff) | |
download | website-21b8d9838217ee035037954d56b969b5f3a868d7.tar.lz website-21b8d9838217ee035037954d56b969b5f3a868d7.tar.zst website-21b8d9838217ee035037954d56b969b5f3a868d7.zip |
Fix missing homepage content
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
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 |