FIx menu nav only doc to use config

master
Will Faught 11 months ago
parent c51041beff
commit 421b0f4dc1

@ -1242,20 +1242,18 @@ To hide the breadcrumbs on every page,
try the following in `yoursite/hugo.toml`: try the following in `yoursite/hugo.toml`:
```toml ```toml
[params.paige] [params.paige.site]
style = """ disable_breadcrumbs = true
#paige-breadcrumbs { display: none; }
"""
``` ```
To hide the collection, section, and page lists on the home page, To hide the collection, section, and page lists on the home page,
try the following in `yoursite/content/_index.md`: try the following in `yoursite/content/_index.md`:
```toml ```toml
[paige] [params.paige.list_page]
style = """ disable_collections = true
#paige-collections, #paige-sections, #paige-pages { display: none; } disable_pages = true
""" disable_sections = true
``` ```
## Credits ## Credits

Loading…
Cancel
Save