From dbcf9b3783eb66009e9e9f615e7546efff6397cc Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Tue, 8 Nov 2022 09:48:51 +1100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Reorder=20params=20to=20ma?= =?UTF-8?q?tch=20existing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/params.toml | 2 +- exampleSite/config/_default/params.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index bf5dfee0..a5068884 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -51,8 +51,8 @@ enableCodeCopy = false showBreadcrumbs = false showSummary = false showTableOfContents = false - groupByYear = true showTaxonomies = false + groupByYear = true [sitemap] excludedKinds = ["taxonomy", "term"] diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 47a2f702..e0d0f42c 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -51,8 +51,8 @@ mainSections = ["samples"] showBreadcrumbs = true showSummary = false showTableOfContents = true - groupByYear = false showTaxonomies = false + groupByYear = false [sitemap] excludedKinds = ["taxonomy", "term"]