We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
main.min.css
main.css
Sorry, something went wrong.
No branches or pull requests
head.html:
Yet, there is main.min.css under static/styles
The text was updated successfully, but these errors were encountered: