tomanistor/osprey

main.min.css but not looking for that in head.html

NorseGaud opened this issue · 1 comments

head.html:

  <link rel="stylesheet" href="{{ .Site.BaseURL }}/styles/{{ if .Site.Params.cacheBustCSS }}{{ index .Site.Data.cachedAssets "main.css" }}{{ else }}main.css{{ end }}" type="text/css">

Yet, there is main.min.css under static/styles

Good find @NorseGaud - that should be main.min.css instead of main.css. If you want to send a pull request, I'll merge it in.