Edit: Menu

This commit is contained in:
2026-01-13 11:13:48 +01:00
parent 3fa510f112
commit 2661f00ac5
7 changed files with 70 additions and 37 deletions

View File

@@ -1,5 +1,28 @@
############## English navigation ###############
# main menu
[[main]]
name = "Subjects"
url = "#"
weight = 1
[[main]]
name = "What is a informal care home?"
url = "/en/overzicht/"
parent = "Subjects"
weight = 1
[[main]]
name = "Permits"
url = "/en/vergunning/"
parent = "Subjects"
weight = 2
[[main]]
name = "Construction"
url = "/en/bouw/"
parent = "Subjects"
weight = 3
# footer menu
[[footer]]
name = "Privacy policy"
@@ -9,4 +32,4 @@ weight = 1
[[footer]]
name = "Terms & conditions"
url = "voorwaarden/algemeen"
weight = 2
weight = 2

View File

@@ -1,9 +1,27 @@
############## Dutch navigation ###############
# main menu
#[[main]]
#name = "Functionaliteiten"
#url = "/vergunning/"
#weight = 1
[[main]]
name = "Onderwerpen"
url = "#"
weight = 1
[[main]]
name = "Wat is een mantelzorgwoning?"
url = "/overzicht/"
parent = "Onderwerpen"
weight = 1
[[main]]
name = "Vergunningen"
url = "/vergunning/"
parent = "Onderwerpen"
weight = 2
[[main]]
name = "Bouw mogelijkheden"
url = "/bouw/"
parent = "Onderwerpen"
weight = 3
# [[main]]
# name = "Toets uw kavel"

View File

@@ -10,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 = "220px"
logo_width = "180px"
# 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.