Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément FAZILLEAU <c.fazilleau@student.isartdigital.com>2021-03-03 01:12:40 +0300
committerClément FAZILLEAU <c.fazilleau@student.isartdigital.com>2021-03-03 01:12:40 +0300
commit5d589a1543961125654492f3c888ad51c58d693e (patch)
treeceb7f69a8cd084c929c33563f4cd4c2956ad0470
parent2dd29da8b0b3355532ff07f2f4159387ff685945 (diff)
[Fix] pluralized sections break the navigation
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
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"