From c66bfd3c71d75928d25e4dcc58700765bfe27e62 Mon Sep 17 00:00:00 2001 From: Joan CiberSheep Date: Mon, 18 Nov 2024 14:25:54 +0100 Subject: [PATCH] Replace paginate with pagination.pagerSize --- demoSite/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demoSite/hugo.toml b/demoSite/hugo.toml index ec8c838..1293335 100644 --- a/demoSite/hugo.toml +++ b/demoSite/hugo.toml @@ -1,7 +1,7 @@ baseurl = "https://re-terminal.nebrowser.com" languageCode = "en-us" # theme = "hugo-theme-re-terminal" -paginate = 5 +pagination.pagerSize = 5 [params] contentTypeName = "posts"