-
-
Notifications
You must be signed in to change notification settings - Fork 569
Description
Describe the bug
hugo-profile/layouts/projects/list.html
Line 53 in 1fb40fd
| {{template "_internal/pagination.html" . }} |
Hugo produces the following error when trying to run hugo-profile on anything greater than v0.128:
ERROR deprecated: site config key paginate was deprecated in Hugo v0.128.0 and subsequently removed. Use pagination.pagerSize instead.
It seems that this was attempted to be fixed with this:
https://github.com/gurusabarish/hugo-profile/pull/215/files
And when attempting to use: v0.147.8
Error: error building site: html/template:list.html:43:27: no such template "_internal/pagination.html"
The pagination file has been removed entirely, and when looking at an issue:
gohugoio/hugo#13553 (comment)
To Reproduce
Steps to reproduce the behavior:
- Upgrade to GO 1.24.0 and HUGO v0.147.8
- Try and Build demo site
- Receive error
Expected behavior
Site should build without issue
Desktop (please complete the following information):
Not Applicable, Cloudflare Pages / Workers Build