From 139a4a81d436d66fba3fa61901ddde426b1ffdcc Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Feb 2025 16:00:42 -0800 Subject: [PATCH] Fix params.paige.pages example in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a968bf7..72ed1936 100644 --- a/README.md +++ b/README.md @@ -1289,7 +1289,7 @@ To hide the collection, section, and page lists on the home page, try the following in `yoursite/content/_index.md`: ```toml -[params.paige.subpages] +[params.paige.pages] disable_collections = true disable_pages = true disable_sections = true