You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the theme with Hugo >= 0.146.0, the following error appears:
ERROR error building site: render: [en v1.0.0 guest] failed to render pages: render of "/" failed: "/Users/<username>/Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/jpanther/lynx@v1.4.0/layouts/_default/baseof.html:3:6":
execute of template failed: template: index.html:3:6: executing "index.html" at <partial "head.html" .>: error calling partial: "/Users/<username>/Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/jpanther/lynx@v1.4.0/layouts/partials/head.html:80:15":
execute of template failed: template: _partials/head.html:80:15: executing "_partials/head.html" at <.Site.Author.name>: can't evaluate field Author in type page.Site
This pull request has been automatically marked as stale because it has not had any recent activity.
Please review the PR history and add a reply with any requested information. If no information has been requested, it may be that this contribution does not fit with the project objectives, or does not adhere to the contributing guidelines. If this is in error, please add a reply with further details.
This PR will automactically close in 14 days if no further activity occurs.
This pull request has been automatically marked as stale because it has not had any recent activity.
Please review the PR history and add a reply with any requested information. If no information has been requested, it may be that this contribution does not fit with the project objectives, or does not adhere to the contributing guidelines. If this is in error, please add a reply with further details.
This PR will automactically close in 14 days if no further activity occurs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When using the theme with Hugo >= 0.146.0, the following error appears:
This PR fixes these errors.
See https://gohugo.io/methods/site/params/ for more info.