mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Update pagersize
I think the variable was incorrectly named‽ https://gohugo.io/configuration/pagination/
This commit is contained in:
parent
797c32049d
commit
9cf0cef857
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue