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

@@ -37,14 +37,6 @@ term = ["html"]
[pagination]
pagersize = 50
[params.paige.list_page]
disable_authors = true
disable_date = true
disable_keywords = true
disable_reading_time = true
disable_series = true
disable_summary = true
[params.paige.page]
disable_authors = true
disable_date = true
@@ -59,6 +51,14 @@ disable_toc = true
disable_breadcrumbs = true
disable_credit = true
[params.paige.subpage]
disable_authors = true
disable_date = true
disable_keywords = true
disable_reading_time = true
disable_series = true
disable_summary = true
[[params.paige.feed.atom.authors]]
email = "example@example.com"
name = "John Doe"