nunocoracao / blowfish

Personal Website & Blog Theme for Hugo
https://blowfish.page
MIT License
1.53k stars 420 forks source link

paginate: fix deprecation warning #1806

Closed deining closed 1 week ago

deining commented 1 month ago

When running the theme with latest hugo version, a deprecation warning is shown:

WARN  deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release.
Use pagination.pagerSize instead.

This PR fixes that issue.