diff options
author | Skiz <skiznet@aol.com> | 2024-07-17 16:32:06 -0400 |
---|---|---|
committer | Skiz <skiznet@aol.com> | 2024-07-17 16:32:06 -0400 |
commit | a4b3ab4134b750d3542f83106b697df935fa4089 (patch) | |
tree | f3286786d49a20955299f0dc3ec8d830f4e78a65 | |
parent | 851212d7e00a833f91fc8575f87f0a94c0ea6137 (diff) |
Enabled HTML in MD files
-rw-r--r-- | hugo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ baseURL = 'https://schizoid.party/' languageCode = 'en-us' title = 'Schizoid Party' + + +[markup.goldmark.renderer] + unsafe = true # Allow HTML in md files |