Error with hugo v0.156.0 #134
Gordolin
started this conversation in
Issues and bugs
Replies: 1 comment 1 reply
-
|
Have you tried downgrading HUGO to v0.155.3? I had problems and downgrading HUGO solved the problems. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i got an error with the new hugo version hugo v0.156.0:
ERROR error building site: render: [de v1.0.0 guest] failed to render pages: render of "/authors" failed: "/home/ralf/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hbstack/blog@v0.42.1/layouts/_default/rss.xml:11:11": execute of template failed: template: rss.xml:11:11: executing "rss.xml" at : can't evaluate field Author in type interface {}
There are a lot of methods removed in the new version, like ".Site.Authors (use .Site.Params.Authors)". I think the old method is in rss.xml.
Beta Was this translation helpful? Give feedback.
All reactions