Remove config place from minimal look

master
Will Faught 4 months ago
parent b4800d4d22
commit 6c3cede9bb

@ -1035,11 +1035,10 @@ Shortcode classes:
### Minimal look ### Minimal look
By default, everything is shown. By default, everything is shown.
If you want a more minimal look, If you want a more minimal look, try the following parameter values:
try the following in `yoursite/hugo.toml`:
```toml ```toml
[params.paige.pages] [paige.pages]
disable_authors = true disable_authors = true
disable_date = true disable_date = true
disable_keywords = true disable_keywords = true
@ -1050,7 +1049,7 @@ disable_series = true
disable_toc = true disable_toc = true
disable_word_count = true disable_word_count = true
[params.paige.subpages] [paige.subpages]
disable_authors = true disable_authors = true
disable_date = true disable_date = true
disable_keywords = true disable_keywords = true

Loading…
Cancel
Save