readme: fix typo for enabling listing of pages
Should be "true" not "false" to list pages
This commit is contained in:
parent
7daa254c0b
commit
8fb62ffbba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue