Skip to content

Commit 919cb16

Browse files
authored
hugo.yml: fix deprecated paginate key (#482)
1 parent e3a82a2 commit 919cb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ disableKinds: ["404", "taxonomy", "term"]
3232

3333
publishDir: "_site"
3434

35-
paginate: 5
35+
pagerSize: 5
3636
rssLimit: 10
3737

3838
permalinks:

0 commit comments

Comments
 (0)