Skip to content

Commit

Permalink
hugo.yml: fix deprecated paginate key (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Oct 1, 2024
1 parent e3a82a2 commit 919cb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ disableKinds: ["404", "taxonomy", "term"]

publishDir: "_site"

paginate: 5
pagerSize: 5
rssLimit: 10

permalinks:
Expand Down

0 comments on commit 919cb16

Please sign in to comment.