From 8fb62ffbba0f399a6ffa496bd5c20173cc8201e9 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 10 Feb 2023 10:00:49 -0800 Subject: [PATCH] readme: fix typo for enabling listing of pages Should be "true" not "false" to list pages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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