Skip to content

Commit

Permalink
Merge pull request #4 from blyxyas/new-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas authored Nov 30, 2023
2 parents f6f0251 + 82a828c commit 771246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
{{- else }}
{{- with $style | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
<link rel="stylesheet" href="{{ $style.RelPermalink }}" crossorigin="anonymous">
{{- end }}
{{- end }}

0 comments on commit 771246a

Please sign in to comment.