diff options
author | Alan Pearce | 2020-09-11 21:10:21 +0200 |
---|---|---|
committer | Alan Pearce | 2020-09-11 21:10:21 +0200 |
commit | 0f10ef84a389c7c1524da0ce15a24c99946db6d1 (patch) | |
tree | 9ff4c50056df253a494284c9aa397b07bed85f5b /config.toml | |
parent | 2cd9d565944a09fef97ede189f55cfa1f0dbcb90 (diff) | |
download | website-0f10ef84a389c7c1524da0ce15a24c99946db6d1.tar.lz website-0f10ef84a389c7c1524da0ce15a24c99946db6d1.tar.zst website-0f10ef84a389c7c1524da0ce15a24c99946db6d1.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 |