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"