Template images not rendering on blog pages

I’m setting up a Middleman blog, and I set up my header to work as a template, using the file layout.erb. I put a <%= yield %> in the file so the header will display on all pages. It’s working fine in that all the text is there, but the only issue is my image disappears when I click to a blog page. I get the alt tag text showing up, so obviously Middleman recognizes an image is there and the image path is fine.

And the image and the rest of the header render correctly on html pages, just on not the blog (markdown) ones.

Any idea about what’s going on?

I’m very new to Rails and Middleman, and to coding in general, so please explain things simply to me. Thanks for your help.

I figured it out. I just needed to play with my src path, and I got it right.