From 16abf4afeaa3daace382fd0f4359e48637dc298c Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Sun, 31 Jul 2022 01:31:05 +0000 Subject: Correct documentation for mainSections, fixes #327 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c29d78..d5f2db0 100644 --- a/README.md +++ b/README.md @@ -327,10 +327,9 @@ If using Matomo Analytics, configure the `matomo_analytics` global parameters in ### Blog directory -Edit `config.toml` and change the `mainSections` key. Values will be directories where the blogs reside. +Edit `params.toml` and change the `mainSections` key. Values will be directories where the blogs reside. ```yaml -[params] ... mainSections = ["posts", "docs", "blogs"] ... -- cgit v1.2.3