Ok, I'm pulling my hair out here. In my local environment, all of my images are showing up fine, On my staging server, images that are being pulled in through the template are broken. I have absolute urls set to "true" and in chrome dev tools, they full url to the image is there. Here's the section from the template file.
<img src="{{ theme_url }}/images/nav-logo.png" alt="Logo Image">
</a>
Help!!
And, thanks in advance!