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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-10-12 08:08:21 +0300
committerzzossig <zzossig@gmail.com>2020-10-12 08:08:21 +0300
commit0decc1bce43e5243648d6b4acd3a0a9f1c6095d8 (patch)
treec11c922b0f94a170e3fc975e0d04a33eb2d38e50 /exampleSite
parent4f3acae64031126e382af7381efa93fa7fe7bc6e (diff)
js asset libraries version update, i18n options for theme-name, new header option
hideHomeHeaderWhenMobile option added
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index b16a7d6..6728bda 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -21,6 +21,7 @@ minItemsToShowInTagCloud = 1 # Minimum items to show in tag cloud
# header
homeHeaderType = "text" # text, img, slide, typewriter
+hideHomeHeaderWhenMobile = false
# menu
showMobileMenuTerms = ["tags", "categories", "series"]