Remove langiage switcher. Allow raw HTML.

This commit is contained in:
2025-11-05 06:08:53 -07:00
parent 1721d50882
commit 7d710e2fa4

View File

@@ -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."