Rename paige.subpage to paige.subpages

This commit is contained in:
Will Faught
2025-02-08 15:00:04 -08:00
parent f695fb5f01
commit 9d1a0a4229
8 changed files with 22 additions and 22 deletions

View File

@@ -296,7 +296,7 @@ schemas = [] # Site JSON-LD schemas
# name = "Acme"
# url = "https://example.com"
[paige.subpage] # Subpages
[paige.subpages]
# Disable front matter values
disable_authors = false
@@ -1205,7 +1205,7 @@ If you want a more minimal look,
try the following in `yoursite/hugo.toml`:
```toml
[params.paige.subpage]
[params.paige.subpages]
disable_authors = true
disable_date = true
disable_keywords = true
@@ -1275,7 +1275,7 @@ To hide the collection, section, and page lists on the home page,
try the following in `yoursite/content/_index.md`:
```toml
[params.paige.subpage]
[params.paige.subpages]
disable_collections = true
disable_pages = true
disable_sections = true