FIx menu nav only doc to use config

This commit is contained in:
Will Faught
2024-07-29 17:42:17 -07:00
parent c51041beff
commit 421b0f4dc1

View File

@@ -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