From 9cf0cef8573b2b849796eed22360ebbea7bc726d Mon Sep 17 00:00:00 2001 From: JP Hastings-Edrei Date: Sun, 9 Mar 2025 07:42:26 +0000 Subject: [PATCH] Update pagersize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think the variable was incorrectly named‽ https://gohugo.io/configuration/pagination/ --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6167257f..cc7c9c58 100644 --- a/config.toml +++ b/config.toml @@ -12,7 +12,7 @@ disableRSS = false [pagination] # Why 97? Cos. Cos it's a prime number? -pageSize = 97 +pagerSize = 97 [frontmatter] date = ["date", "publishDate", "lastmod", ":git"]