Closed deining closed 7 months ago
It appears Hugo has changed its resource handling in v0.123.8. I submitted a change to the Hinode repo to avoid the handling of nil
resources. However, this has an unwanted side effect, as the Bootstrap icons no longer seem to render correctly (see #832).
I'll see if there's anything else I can do on my side, or that I need to raise an issue in the Hugo repo.
I've released Hinode v0.23.0-rc.4 which should solve the issues.
How to reproduce
Create a new site, as specified in
README.md
:Now when using latest hugo version v0.123.8, this results in an error for me:
I can run the same site fine with hugo v0.122.0, however.