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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2022-04-07 14:51:07 +0300
committerGitHub <noreply@github.com>2022-04-07 14:51:07 +0300
commitadb7ca8fa94ca993501a8d6e1d7e79eda07d2af7 (patch)
treec3e17ddaecb1e9b5ce9df6a131207dc7d58addfb
parent58b8a047602fa86cf09936e2987721f323ded5ba (diff)
Not pluralize example. (#354)
-rw-r--r--exampleSite/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index bb31873..51fd46a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -16,6 +16,9 @@ summaryLength = 70
# Define the number of posts per page
paginate = 10
+# not pluralize title pages by default
+pluralizelisttitles = false
+
[menu]
@@ -388,7 +391,7 @@ paginate = 10
author = "DevCows"
defaultKeywords = ["devcows", "hugo", "go"]
mainSections = ["blog"]
- defaultDescription = "Site template made by devcows using hugo"
+ defaultDescription = "Site template made by Devcows using Hugo"
# Social media
facebook_site = "" # the Facebook handle of your site ('https://www.facebook.com/HANDLE')