jpescador / hugo-future-imperfect

A ported theme with some extras for the Hugo static website engine
MIT License
308 stars 227 forks source link

Sidebar and post images don't display #120

Closed sejal27 closed 6 years ago

sejal27 commented 6 years ago

Expected Behavior

Adding src path to image for intro pic parameter should display image on the sidebar.

Current Behavior

I have tried adding my image in various folders to try this out, but nothing has worked. The image on the sidebar doesn't display.

Possible Solution

Steps to Reproduce or Template with Error (for bugs)

You can check my github repo here: https://github.com/sejal27/bitsnpieces

Context

Your Environment

System: Windows 7

Hugo Version: latest

Browser: Chrome Latest

Desktop or Mobile: Desktop

Link to your project: Git repo : https://github.com/sejal27/bitsnpieces

sejal27 commented 6 years ago

I jsut checked on the past as well, and none of the post images display. I have tried added them in static, content and also img directory on the main site folder. Nothing has worked. I get 404 on the browner console:

GET http://localhost:1313/about/img/sej.jpg 404 (Not Found)
localhost/:328 GET http://localhost:1313/img/sej.jpg 404 (Not Found)

My git repo has been updated with this issue.

sejal27 commented 6 years ago

Okay I figured that image extension was .JPG and .jpg (case sensitive). It worked after I changed that.