Describe the bug
Hugo dies when it can't find images to render in places that require images. For example, if an exhibit doesn't have a front_image in it's _index.md, it will crash.
To Reproduce
Steps to reproduce the behavior:
Set the front_image in an _index.md file to "".
Watch it burn.
Expected behavior
Hugo should not crash and still render the page, but with a broken image box.
Describe the bug Hugo dies when it can't find images to render in places that require images. For example, if an exhibit doesn't have a
front_image
in it's _index.md, it will crash.To Reproduce Steps to reproduce the behavior:
front_image
in an _index.md file to "".Expected behavior Hugo should not crash and still render the page, but with a broken image box.