BCLibraries / burns-exhibits

Hugo site for Burns Library exhibits
0 stars 1 forks source link

Hugo dies when images aren't found #18

Closed Otterfan closed 5 years ago

Otterfan commented 5 years ago

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:

  1. Set the front_image in an _index.md file to "".
  2. Watch it burn.

Expected behavior Hugo should not crash and still render the page, but with a broken image box.