render of "section" and "page" failed #3081
Unanswered
annepolyakov
asked this question in
General
Replies: 2 comments
-
|
Did you find a solution to this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I think it's the same issue as here: #3101. Looks like Hugo Blox Academic theme is not compatible with Hugo >=v0.120.0 yet, and the workaround is to downgrade to Hugo v0.119.0 for now. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
My site (hosted with Github Pages) will not build anymore, and I am getting a few of these messages saying “render of 'section' failed” and "render of 'page' failed". My repository is here: https://github.com/annepolyakov/starter-hugo-academic
Could anyone help point me in the right direction with how to fix these errors? Thank you in advance, I am really stumped.
Error text below:
ERROR render of "section" failed: "C:\Users\anney\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\wowchemy\wowchemy-hugo-modules\wowchemy\[email protected]\layouts_default\baseof.html:9:403": execute of template failed: template: _default/list.html:9:403: executing "_default/list.html" at <.File.UniqueID>: can't evaluate field File in type *source.File
ERROR render of "page" failed: "C:\Users\anney\AppData\Local\hugo_cache\modules\filecache\modules\pkg\mod\github.com\wowchemy\wowchemy-hugo-modules\wowchemy\[email protected]\layouts_default\baseof.html:9:403": execute of template failed: template: _default/single.html:9:403: executing "_default/single.html" at <.File.UniqueID>: can't evaluate field File in type *source.File
Beta Was this translation helpful? Give feedback.
All reactions