diff --git a/hugo.toml b/hugo.toml index 644da93..65308a7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,3 +3,6 @@ languageCode = 'en-us' title = 'CrossLang' theme = 'hugo-theme-relearn' uglyURLs = false + +[markup.goldmark.renderer] + unsafe = true