From 5d589a1543961125654492f3c888ad51c58d693e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20FAZILLEAU?= Date: Tue, 2 Mar 2021 23:12:40 +0100 Subject: [Fix] pluralized sections break the navigation --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b2bb113..a9fafb0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,6 +6,9 @@ googleAnalytics = "" theme = "showcase" disableKinds = ["taxonomy", "taxonomyTerm", "RSS"] +# this setting should always be set to false, otherwise it will break the section navigation bar +pluralizelisttitles = false + [params] author = "showcase" description = "Minimal, one page, theme for showcasing your work" -- cgit v1.2.3