Skip to content

Commit

Permalink
fix css link
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed Mar 6, 2024
1 parent 22284d3 commit 5c110b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/custom/head-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
{{ if not hugo.IsServer }}
{{ $styles = $styles | minify | fingerprint | resources.PostProcess }}
{{ end }}
<link href="{{ $styles.RelPermalink }}" rel="stylesheet" integrity="{{ $styles.Data.integrity }}" />
<link href="{{ $styles.RelPermalink | relURL }}" rel="stylesheet" integrity="{{ $styles.Data.integrity }}" />
{{/* /CSS */}}

0 comments on commit 5c110b9

Please sign in to comment.