readme: fix typo for enabling listing of pages

Should be "true" not "false" to list pages
This commit is contained in:
Clayton Craft 2023-02-10 10:00:49 -08:00
parent 7daa254c0b
commit 8fb62ffbba
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -41,7 +41,7 @@ To enable listing of pages in homepage add the following in `config.toml`
```toml
[extra]
list_pages = false
list_pages = true
```
### Header and footer nav links