From 363bd2e656f0bcb60176204073844dcf45b1aefd Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Fri, 18 Oct 2024 15:54:45 +0700 Subject: [PATCH] config(fix): move paginate to pagination.pagerSize (deprecation) closes #746 Signed-off-by: Patrick Kollitsch --- exampleSite/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1e99986..2149a7f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,10 +6,12 @@ resourceDir = "../resources" DefaultContentLanguage = "en" SectionPagesMenu = "main" -Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number googleAnalytics = "" enableRobotsTXT = true +[pagination] +pagerSize = 3 # this is set low for demonstrating with dummy content. Set to a higher number + [languages] [languages.en] title = "Ananke"