From a4b3ab4134b750d3542f83106b697df935fa4089 Mon Sep 17 00:00:00 2001 From: Skiz Date: Wed, 17 Jul 2024 16:32:06 -0400 Subject: Enabled HTML in MD files --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 6d4bd31..17898d8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,7 @@ baseURL = 'https://schizoid.party/' languageCode = 'en-us' title = 'Schizoid Party' + + +[markup.goldmark.renderer] + unsafe = true # Allow HTML in md files -- cgit v1.2.3