diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 0eb7ec2..3f13470 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -6,6 +6,27 @@ url = "/organisatie/" weight = 10 + [[main]] + identifier = "organisatie-doelstellingen" + name = "Doelstellingen" + url = "/organisatie/doelstellingen/" + parent = "organisatie" + weight = 11 + + [[main]] + identifier = "organisatie-bestuur" + name = "Bestuur" + url = "/organisatie/bestuur/" + parent = "organisatie" + weight = 12 + + [[main]] + identifier = "organisatie-commissies" + name = "Commissies" + url = "/organisatie/commissies/" + parent = "organisatie" + weight = 13 + [[main]] identifier = "evenementen" name = "Evenementen" diff --git a/themes/nluug/layouts/custom/sitemap.html b/themes/nluug/layouts/custom/sitemap.html index b07d05d..bae303f 100644 --- a/themes/nluug/layouts/custom/sitemap.html +++ b/themes/nluug/layouts/custom/sitemap.html @@ -12,7 +12,9 @@ {{ $pages := (where $.Site.RegularPages ".Section" $sectionName) }}