Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
NorseGaud opened this issue Jun 4, 2019 · 1 comment
Closed

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

NorseGaud opened this issue Jun 4, 2019 · 1 comment

Comments

@NorseGaud
Copy link

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

@tomanistor
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants