-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Not compatible with hugo v0.123 #41
Comments
Thanks! It also worked. Specifically, you can change this:
into this:
|
For other looking to make this work, you can override this directly without vendoring the entire theme. To do that just create the folders/directories |
grimmy
added a commit
to HackAndTellRocks/www.hackandtell.rocks
that referenced
this issue
May 17, 2024
For more information see wjh18/hugo-liftoff#41
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With hugo v0.123, this theme results in
execute of template failed: template: partials/head/seo/seo.html:17:20: executing "partials/head/seo/seo.html" at <.Paginate>: error calling Paginate: pagination not supported for this page: kind: "page"
I don't know if it's the right solution, but I wrapped the code block here https://github.com/wjh18/hugo-liftoff/blob/master/layouts/partials/head/seo/seo.html#L17 with
{{- if and .Page.IsNode .Page.Paginator -}}
as recommended here gohugoio/hugo#12080I know this theme is no longer maintained, creating this for the next person who runs into this issue.
The text was updated successfully, but these errors were encountered: