Update pagersize

I think the variable was incorrectly named‽ https://gohugo.io/configuration/pagination/
This commit is contained in:
JP Hastings-Edrei 2025-03-09 07:42:26 +00:00 committed by GitHub
parent 797c32049d
commit 9cf0cef857
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ disableRSS = false
[pagination] [pagination]
# Why 97? Cos. Cos it's a prime number? # Why 97? Cos. Cos it's a prime number?
pageSize = 97 pagerSize = 97
[frontmatter] [frontmatter]
date = ["date", "publishDate", "lastmod", ":git"] date = ["date", "publishDate", "lastmod", ":git"]