Oh lord, thanks @jmooring — so obvious. Is there a mode with more detailed error output? I feel like half the time I’m debugging something in Hugo it’s from a lack of additional details.
I understand, but I suspect I would have immediately understood the issue if Hugo had flagged, for example, the .md file it was trying to render. The error as it stands is fairly generic: simply that it encountered the nil array on a specific template, which can be confounding if you’re piping lots of different data through that specific template?