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"