Hugo and site config key paginate deprecated: update todo #246
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/enhancement
New feature or request
Reason/Context
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 is coming from ".Site.DisqusShortname" usage.
Description
We need to address this warning because the paginate configuration key in Hugo was deprecated in version 0.128.0. Continuing to use it could result in broken functionality in future releases when it's removed. To ensure our site remains compatible and functions smoothly with future Hugo updates, we should update the key to pagination.pagerSize.
Implementation ideas
Info here:
https://discourse.gohugo.io/t/pagination-deprecated-error/51571/2
The text was updated successfully, but these errors were encountered: