aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Craft <clayton@craftyguy.net>2023-02-10 10:00:49 -0800
committerClayton Craft <clayton@craftyguy.net>2023-02-10 11:32:21 -0800
commit8fb62ffbba0f399a6ffa496bd5c20173cc8201e9 (patch)
treeb2ad3b9d8700bee1a23c89cb79d922650e50e0ad
parent7daa254c0b2be4055a40ef320f44e7d066dca753 (diff)
readme: fix typo for enabling listing of pages
Should be "true" not "false" to list pages
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8039ca2..ffb9c16 100644
--- a/README.md
+++ b/README.md
@@ -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