jpescador / hugo-future-imperfect

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

add-on.css file does not exist #137

Open rabbitfang opened 6 years ago

rabbitfang commented 6 years ago

An add-on.css file is referenced in layout/partials/header.html, but this file does not exist in the static/css directory. The line should be removed so the browser doesn't make an unnecessary request.

https://github.com/jpescador/hugo-future-imperfect/blob/020882f6ec3658a873f55d162ba114a7bd9288ae/layouts/partials/header.html#L59

pacollins commented 6 years ago

File should exist, we might have missed it in creating the example site.

Thanks for reporting this. I am actually doubling back over the entire theme to re-base the code to be more semantic and less cluttered (in addition to utilizing CSS Grid for a more responsive layout). This is on the list.

🥂

daberg2 commented 5 years ago

On my current setup, the add-on.css is located in exampleSite/static/css. Hope this helps.