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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-10-12 20:32:22 +0300
committerVivek R <vividvilla@gmail.com>2019-10-12 20:32:22 +0300
commit1e1a59467c82c3f99c25bb0f6d2e1555dba4ace1 (patch)
tree13b8fc5de97b2eadd5921d1f401a34b1e8d9fcbd
parent0e51209179dfe7a2c693d738b62293b87c24004c (diff)
fix: set demo pagination to 5 items
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 107269c..00f7ef5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,7 +2,7 @@ baseURL = "http://example.org/"
languageCode = "en-us"
title = "Ezhil"
theme = "ezhil"
-paginate = 3
+paginate = 5
copyright = "© Copyright notice"