You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated both Hugo and PaperMod to the latest versions, and now my blog posts don't display any images. If I look through the page source there is not even an element anywhere. I have all my images in the "images" folder under the static folder, and this is how I reference them:
cover:
image: images/hugo.svg # image path/url
alt: Hugo # alt text
caption: # display caption under cover
relative: true # when using page bundles set this to true
hidden: false # only hide on current single page
This was working before, but now it doesn't after the update. Do I need to change something? I tried searching, but couldn't find anything.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I updated both Hugo and PaperMod to the latest versions, and now my blog posts don't display any images. If I look through the page source there is not even an element anywhere. I have all my images in the "images" folder under the static folder, and this is how I reference them:
This was working before, but now it doesn't after the update. Do I need to change something? I tried searching, but couldn't find anything.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions