From bc27ca83eec80617dfae849452ede9ddc989021d Mon Sep 17 00:00:00 2001 From: maximeg Date: Thu, 22 Feb 2024 14:27:39 +0100 Subject: [PATCH] added sectionPagesMenu in config --- hugo_config/_default/hugo.toml | 1 + hugo_config/_default/theme_settings.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo_config/_default/hugo.toml b/hugo_config/_default/hugo.toml index dfe9593..0218cf2 100644 --- a/hugo_config/_default/hugo.toml +++ b/hugo_config/_default/hugo.toml @@ -2,6 +2,7 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' theme = 'ananke' +sectionPagesMenu = "main" [build] useResourceCacheWhen = 'never' diff --git a/hugo_config/_default/theme_settings.toml b/hugo_config/_default/theme_settings.toml index a093371..7498337 100644 --- a/hugo_config/_default/theme_settings.toml +++ b/hugo_config/_default/theme_settings.toml @@ -1,5 +1,4 @@ [params] -#SectionPagesMenu = "main" background_color_class = "bg-red" site_logo = "/images/logo-association-envie-appartagee.png" favicon = "/images/uploads/logo-association-envie-appartagee.png"