From 3933706593841e310cd13ed5bb7f6b7cf4333de4 Mon Sep 17 00:00:00 2001 From: Vivek R Date: Sat, 12 Oct 2019 23:02:22 +0530 Subject: [PATCH] fix: set demo pagination to 5 items --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"