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:
authorVarun A P <8411309+apvarun@users.noreply.github.com>2021-03-26 09:28:24 +0300
committerGitHub <noreply@github.com>2021-03-26 09:28:24 +0300
commit6c03c85ee207d8747724e76e987e29f4e747fa31 (patch)
treeceb7f69a8cd084c929c33563f4cd4c2956ad0470
parent2dd29da8b0b3355532ff07f2f4159387ff685945 (diff)
parent5d589a1543961125654492f3c888ad51c58d693e (diff)
Merge pull request #8 from cfazilleau/master
[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"