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

use .RelPermalink instead of .URL for active check #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

imomaliev
Copy link

@imomaliev imomaliev commented Oct 7, 2024

Page does not have URL attribute

currently hugo server -b localhost gives

$ hugo server -b localhost
Watching for changes in site/{archetypes,assets,content,layouts,static}
Watching for config changes in site/config.toml
Start building sites …
hugo v0.134.3+extended darwin/arm64 BuildDate=2024-09-19T14:28:20Z VendorInfo=brew

ERROR render of "page" failed: "site/layouts/_default/baseof.html:109:5": execute of template failed: template: _default/single.html:109:5: executing "_default/single.html" at <partial "site-header.html" .>: error calling partial: "site/layouts/partials/site-header.html:28:26": execute of template failed: template: partials/site-header.html:28:26: executing "partials/site-header.html" at <$.URL>: can't evaluate field URL in type *hugolib.pageState
ERROR render of "section" failed: "site/layouts/_default/baseof.html:109:5": execute of template failed: template: _default/list.html:109:5: executing "_default/list.html" at <partial "site-header.html" .>: error calling partial: "site/layouts/partials/site-header.html:28:26": execute of template failed: template: partials/site-header.html:28:26: executing "partials/site-header.html" at <$.URL>: can't evaluate field URL in type *hugolib.pageState
Built in 64 ms
Error: error building site: render: failed to render pages: render of "page" failed: "site/layouts/_default/baseof.html:109:5": execute of template failed: template: _default/single.html:109:5: executing "_default/single.html" at <partial "site-header.html" .>: error calling partial: "site/layouts/partials/site-header.html:28:26": execute of template failed: template: partials/site-header.html:28:26: executing "partials/site-header.html" at <$.URL>: can't evaluate field URL in type *hugolib.pageState

This PR fixes that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant