Pre-launch: Favicon fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#################### default parameters ################################
|
||||
# favicon
|
||||
favicon = "images/favicon.png"
|
||||
favicon = "/favicon.ico"
|
||||
faviconPng = "/favicon.png"
|
||||
# logo
|
||||
logo = "images/logoDark.svg"
|
||||
main_site_link = "https://mantelzorgwoning.info"
|
||||
@@ -9,7 +10,7 @@ site_logo = "images/site-logo.png"
|
||||
docs_logo = "images/docs-logo.png"
|
||||
# use `px` or `x` with logo_width, example: "100px".
|
||||
# Note: logo_width is not work with .svg file
|
||||
logo_width = "190px"
|
||||
logo_width = "220px"
|
||||
# if logo_webp set false, will not generate WEBP version of logo | default is true
|
||||
logo_webp = true
|
||||
# logo text will only show when logo is missing.
|
||||
@@ -22,9 +23,7 @@ image_gallery = true
|
||||
contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io]
|
||||
# feedback form action
|
||||
feedback_form_action = "#" # feedback form works with [https://airform.io/] or [https://formspree.io]
|
||||
# google tag manager, see https://developers.google.com/tag-manager/
|
||||
google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
|
||||
google_tag_manager = "" # example: G-XXXXXXXXXX
|
||||
|
||||
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
|
||||
custom_script = ""
|
||||
# table of content on document page
|
||||
|
||||
Reference in New Issue
Block a user