Skip to content

Commit

Permalink
Update stylesheet.html
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 30, 2024
1 parent d7b68bb commit 785cf0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/partials/stylesheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
{{- $sassOptions = merge $sassOptions (dict "outputStyle" "compressed") -}}
{{- end -}}

{{- $style := resources.Get "scss/style.scss" | toCSS $sassOptions | postCSS $postcssOptions | fingerprint }}
{{- $style := resources.Get "scss/style.scss" | toCSS $sassOptions | postCSS $postcssOptions | fingerprint -}}

<link href="{{ $style.RelPermalink }}" rel="stylesheet">

0 comments on commit 785cf0b

Please sign in to comment.