y7kim/agency-jekyll-theme

Mistake in css img path?

febs opened this issue · 1 comments

febs commented

To make every path relative, I guess the agency.css file shoud point to background images like so:

background-image: url(img/header-bg.jpg);

rather than

background-image: url(../img/header-bg.jpg);

same for the map-image.jpg file.

TT-- commented

(this seems to have been addressed by 4869566 and a23fb8e)