Posts coming into conflict with one another?

I’ve got a cache issue or something. I have two posts. When one is present on the filesystem, the other won’t show up. If I remove the one that seems to be the key and add another test post, the one I deleted shows up. Seems like a cache thing, but I’ve cycled the caches on both my development machine and the production server (www.brianthicks.com) and the post never shows up.

Is this a known bug? It’s very frustrating. Even more frustrating, I can’t seem to find out how to enable debug logging for Hugo so that I can diagnose the issue myself.

The content in question:

Any ideas? Even someone saying “here’s how to get debug logs” would be helpful at this point. :frowning:

I’ve decided I need to not be blocked on this any more and done the pragmatic thing: removing the post that seems to be blocking so I can get to a good state. The problem exists as of https://github.com/BrianHicks/brianthicks.com/tree/af2572edbf6c0d884db292fa1677b525af80bea4 if anyone still tries to reproduce.

I will need to find a fix before next week’s posting, but now it’s not quite as urgent.

If I had to take a wild guess I’d look at the link in this paragraph here: https://github.com/BrianHicks/brianthicks.com/blob/af2572edbf6c0d884db292fa1677b525af80bea4/content/post/two-talking-maybes-is-maybe-too-many.md#so-whats-the-takeaway

Github appears to be choking on the mix of go template & markdown, perhaps hugo is doing the same?

It works when it’s rendered, is the thing. The other post seems to be the cuprit (or maybe not since it’s rendered when I add a completely different post.)