diff --git a/hugo.toml b/hugo.toml index b2d0960..0b30c46 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,8 @@ baseURL = '/' languageCode = 'en-us' title = "Hyperling's Recipes" +markup.goldmark.renderer.unsafe = true + # not functioning well #theme = "recipes" @@ -46,7 +48,7 @@ paginate = 10 enableSharingButtons = false # Show a global language switcher in the navigation bar - enableGlobalLanguageMenu = true + enableGlobalLanguageMenu = false # Metadata mostly used in document's head description = "Recipes by Hyperling."