Open rabbitfang opened 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.
🥂
On my current setup, the add-on.css is located in exampleSite/static/css
.
Hope this helps.
An
add-on.css
file is referenced inlayout/partials/header.html
, but this file does not exist in thestatic/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