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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 64039df..137ea8c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -29,11 +29,11 @@ DefaultContentLanguage = "en" # Theme i18n support
# Only Disqus is available so far
provider = "disqus"
[params.widgets]
- enabled = ['archive', 'tag-cloud']
- [params.widgets.archive]
+ enabled = ['archives', 'tag-cloud']
+ [params.widgets.archives]
limit = 5
- ### Archive page relative URL
- path = "archive"
+ ### Archives page relative URL
+ path = "archives"
[params.widgets.tagCloud]
limit = 10
[params.opengraph]