Skip to content

Commit

Permalink
Revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brycewray committed Oct 9, 2023
1 parent 64bff88 commit 7daf49a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layouts/partials/head-css.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,5 @@
{{- $printCSS = $printCSS | minify | fingerprint -}}
{{- end -}}
{{- with $printCSS -}}
<link rel="preload" href="{{ $printCSS.RelPermalink }}" as="style"{{- if hugo.IsProduction -}} integrity="{{ $printCSS.Data.Integrity }}" crossorigin{{- end -}}>
<link rel="stylesheet" href="{{ $printCSS.RelPermalink }}" type="text/css" media="print"{{- if hugo.IsProduction -}} integrity="{{ $printCSS.Data.Integrity }}"{{- end -}}>
{{- end }}

0 comments on commit 7daf49a

Please sign in to comment.