Skip to content
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

[BUG] - cannot build in grid mode on newer Hugo versions #406

Closed
mattstratton opened this issue Dec 22, 2023 · 0 comments · Fixed by #407
Closed

[BUG] - cannot build in grid mode on newer Hugo versions #406

mattstratton opened this issue Dec 22, 2023 · 0 comments · Fixed by #407
Assignees
Labels

Comments

@mattstratton
Copy link
Owner

on hugo greater than 0.83.1 in grid mode we get this error:

execute of template failed: template: partials/grid.html:109:30: executing "partials/grid.html" at <$.URL>: can't evaluate field URL in type *hugolib.pageState

The fix is changing $.URL to .URL

@mattstratton mattstratton self-assigned this Dec 22, 2023
mattstratton added a commit that referenced this issue Dec 22, 2023
Fixes #406

Signed-off-by: Matty Stratton <matty.stratton@aiven.io>
mattstratton added a commit that referenced this issue Dec 22, 2023
Fixes #406

Signed-off-by: Matty Stratton <matty.stratton@aiven.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant