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

github.com/balaramadurai/hugo-travelify-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBala Ramadurai <bala@balaramadurai.net>2021-03-03 12:04:48 +0300
committerBala Ramadurai <bala@balaramadurai.net>2021-03-03 12:04:48 +0300
commit5a6df71c4d94c1e54a5e1656d4f0562778b27713 (patch)
treef29e08d8e84b8baf792c11c0853339e89c4fa732
parentcf8633b480b72fb381837013c66dcac6d4294f9f (diff)
Updates to pagination, js, page views
- Page views https://github.com/balaramadurai/hugo-travelify-theme/issues/35 - Pagination issue fixed by @sree24 https://github.com/balaramadurai/hugo-travelify-theme/issues/36 - some js updates from colorlib - added option to config.toml for page views
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 833abd1..dc13c11 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -121,6 +121,9 @@ DisqusShortname = "example"
series = "series"
author = "author"
+[params.views]
+ enable = true # visitor badge from https://visitor-badge.glitch.me/
+
## DONE - Menu
## DONE - slider
## DONE - facebook like on homepage