From 3063502fddf9f91000f817d7318b775904b07a62 Mon Sep 17 00:00:00 2001 From: maximeg Date: Thu, 22 Feb 2024 14:12:51 +0100 Subject: [PATCH] switched back to global menu config --- hugo_config/_default/theme_settings.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo_config/_default/theme_settings.toml b/hugo_config/_default/theme_settings.toml index fff2894..0cc609a 100644 --- a/hugo_config/_default/theme_settings.toml +++ b/hugo_config/_default/theme_settings.toml @@ -1,5 +1,5 @@ [params] -sectionPagesMenu = "main" +SectionPagesMenu = "main" background_color_class = "bg-red" site_logo = "/images/logo-association-envie-appartagee.png" favicon = "/images/uploads/logo-association-envie-appartagee.png" @@ -24,5 +24,5 @@ weight = "1" [[menus.main]] name = "Page de test" -pageRef = "/pages/ +pageRef = "/pages/" weight = "1" \ No newline at end of file