Skip to content

Commit

Permalink
Merge pull request #6 from pixincreate/fix-css-again
Browse files Browse the repository at this point in the history
test(head): Use relURL instead of absURL [#6]
  • Loading branch information
pixincreate authored Oct 23, 2023
2 parents d391ef9 + 39c94b7 commit 98234ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}">
{{ range .Site.Params.custom_css -}}
<link rel="stylesheet" href="{{ . | absURL }}">
<link rel="stylesheet" href="{{ . | relURL }}">
{{- end }}

<!-- Icons -->
Expand Down

0 comments on commit 98234ed

Please sign in to comment.