Skip to content

Commit

Permalink
Fixed css minification
Browse files Browse the repository at this point in the history
  • Loading branch information
jtljac committed May 30, 2024
1 parent 1ae35f0 commit 23734b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hackspace-theme/layouts/partials/head/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{- if eq hugo.Environment "development" }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
{{- else }}
{{- with css | minify | fingerprint }}
{{- with $css | minify | fingerprint }}
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
{{- end }}
{{- end }}
Expand Down

0 comments on commit 23734b5

Please sign in to comment.