Remove langiage switcher. Allow raw HTML.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user