This commit is contained in:
Will Faught
2025-02-08 23:17:08 -08:00
parent 171b1dcf5d
commit 6de2e5a060

View File

@@ -1214,16 +1214,8 @@ If you want a more minimal look,
try the following in `yoursite/hugo.toml`: try the following in `yoursite/hugo.toml`:
```toml ```toml
[params.paige.subpages]
disable_authors = true
disable_date = true
disable_keywords = true
disable_reading_time = true
disable_series = true
disable_summary = true
disable_word_count = true
[params.paige.pages] [params.paige.pages]
disable_authors = true disable_authors = true
disable_date = true disable_date = true
disable_keywords = true disable_keywords = true
@@ -1233,6 +1225,16 @@ disable_reading_time = true
disable_series = true disable_series = true
disable_toc = true disable_toc = true
disable_word_count = true disable_word_count = true
[params.paige.subpages]
disable_authors = true
disable_date = true
disable_keywords = true
disable_reading_time = true
disable_series = true
disable_summary = true
disable_word_count = true
``` ```
### Narrow look ### Narrow look