Rename paige.list_page to subpage

This commit is contained in:
Will Faught
2025-02-05 17:56:29 -08:00
parent b531d3fd36
commit a6fd85071d
8 changed files with 29 additions and 29 deletions

View File

@@ -298,7 +298,7 @@ logo = "" # Example: "/logo.webp"
managing_editor = "" # Example: "example@example.com (John Doe)"
web_master = "" # Example: "example@example.com (John Doe)"
[paige.list_page]
[paige.subpage]
disable_authors = false
disable_collections = false
disable_date = false
@@ -1277,7 +1277,7 @@ If you want a more minimal look,
try the following in `yoursite/hugo.toml`:
```toml
[params.paige.list_page]
[params.paige.subpage]
disable_authors = true
disable_date = true
disable_keywords = true
@@ -1347,7 +1347,7 @@ To hide the collection, section, and page lists on the home page,
try the following in `yoursite/content/_index.md`:
```toml
[params.paige.list_page]
[params.paige.subpage]
disable_collections = true
disable_pages = true
disable_sections = true