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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-25 13:43:15 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-25 13:43:15 +0300
commit6347447b4a6d2c67b63150aed61d507db768ddd2 (patch)
tree079a1edf721755717efd5c6b20ffc4e184bb90bf /exampleSite
parent4d3bf7190582ebff7be676c6d674cab4668921bc (diff)
:recycle: Refactor pagination to partial
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f300843..9586ef1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -6,6 +6,7 @@ theme = "../.."
[params.posts]
foldername = "post"
pagesize = "6"
+ featuredpost = "true"
[params.settings]
googleanalytics = "UA-113904582-3"