y7kim / agency-jekyll-theme

Agency Theme for Jekyll
Apache License 2.0
869 stars 2.02k forks source link

Mistake in css img path? #26

Open febs opened 8 years ago

febs commented 8 years ago

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 7 years ago

(this seems to have been addressed by 486956668c793e4432c25e826a667bfb68cca9d5 and a23fb8e7dbf78e1661d8aabdbf257d424d4dbc42)