enten / hyde-y

Enhanced port of the Jekyll "Hyde" theme to Hugo
MIT License
88 stars 62 forks source link

CSS not linked properly on baseurl without a trailing slash #38

Closed jadunham1 closed 6 years ago

jadunham1 commented 6 years ago

Looking through gohugoio/hugo#3262 it appears there was a commit that removed the baseURLs trailing slash which if you have baseURL like "https://mycoolsite" the CSS will be linked to https://mycoolsitecss/foo.css

It appears that it's recommended to use relURL.

enten commented 6 years ago

@jadunham1
Thanks a lot for your contribution!