added sectionPagesMenu in config
This commit is contained in:
parent
963ba0042a
commit
bc27ca83ee
2 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@ baseURL = 'https://example.org/'
|
|||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
theme = 'ananke'
|
||||
sectionPagesMenu = "main"
|
||||
|
||||
[build]
|
||||
useResourceCacheWhen = 'never'
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue