From 7d710e2fa4a8bbe324e3497cefdd8e962f47b3d9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 5 Nov 2025 06:08:53 -0700 Subject: [PATCH] Remove langiage switcher. Allow raw HTML. --- hugo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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."