Theme: LoveIt (Image display problem)

Hi,

I have a weird problem. In my posts, some of my images are not showing. I am using LoveIt theme, and all the images are in the static folder. Image syntax is also good.

On this post https://ct1ete.net/new/posts/4o4a/#qso-and-qsl-data the last image only shows the path and not the image itself.

What can be the problem?

Thanks

Looking at the browser’s dev tools…

It looks like your baseURL includes a subdirectory. I suspect you have:

baseURL = 'https://ct1ete.net/new/'

The URL of the image should be:

https://ct1ete.net/new/images/ZA4O4A_QSL.png

See https://discourse.gohugo.io/t/not-able-to-render-images/42948/4

You’re absolutely right.
Thanks.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.