We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After using hugo v0.146.5 I receive:
Error: html/template:_partials/pagination.html:2:15: no such template "_internal/pagination.html"
when running hugo server.
hugo server
Reverting to hugo v0.145.0 works.
Most likely related to:
_internal/alias.html
hugo mod npm pack
For existing site run hugo server, the same error occurs.
hugo server should work.
Linux
Firefox
acb8d55
0.146.5
v23.6.0
2.43.0
No response
The text was updated successfully, but these errors were encountered:
fix: replace template syntax with partial for pagination
template
partial
a4277a0
deps: require Hugo v0.146.5 or later Closes #1136
8d47749
Thanks reporting this issue, to solve this, you need to upgrade the theme via:
hugo mod get github.com/razonyang/[email protected]
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prerequisites
Describe the issue
After using hugo v0.146.5 I receive:
when running
hugo server
.Reverting to hugo v0.145.0 works.
Most likely related to:
_internal/alias.html
template gohugoio/hugo#13602Steps to reproduce
hugo mod npm pack
the error will be raised.For existing site run
hugo server
, the same error occurs.Expected behavior
hugo server
should work.What operating system(s) are you seeing the problem on?
Linux
What browser(s) are you seeing the problem on?
Firefox
What version of theme are you using?
acb8d55
What version of Hugo are you using?
0.146.5
What version of Node.js are you using?
v23.6.0
What version of Git are you using?
2.43.0
Additional context
No response
The text was updated successfully, but these errors were encountered: