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

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormisumi <mismith0227@users.noreply.github.com>2022-04-19 16:09:04 +0300
committerGitHub <noreply@github.com>2022-04-19 16:09:04 +0300
commit7a767c72dd6a4df15d6b0f80a9c514f3cb4c240d (patch)
treeadd0b95972e922d5cb3a39da6968d7b1a8e16a1b
parent154af67d161ab6a2c92c07ac9f625f2525e2302e (diff)
parent6c2a779fd4ab5890d3390f8ddf8ec8e502f16c22 (diff)
Merge pull request #212 from heathhenley/patch-1HEADdevelop
Move paginate out of params
-rwxr-xr-xexampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 49fba7c..2f73c7c 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,8 +11,9 @@ googleAnalytics = "Your Google Analytics tracking id"
# so we don't have to manually update it.
enableGitInfo = true
+paginate = 10
+
[params]
- paginate = 10
# Hide the date on posts
# hideDate = true
# Hide last modified date on posts