Hugo: Switch to non-deprecated method
Some checks failed
/ test (push) Failing after 1m10s

This commit is contained in:
Ral 2024-07-26 00:38:44 +02:00
parent c13b9e34dc
commit 47a3ab894e

View file

@ -6,7 +6,7 @@
<!-- Include our own css last -->
{{ $options := dict "targetPath" "custom.css" "outputStyle" "compressed" }}
{{ $style := resources.Get "/sass/custom.css" | resources.ToCSS $options | resources.Fingerprint }}
{{ $style := resources.Get "/sass/custom.css" | css.Sass $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}"/>
{{ partial "opengraph.html" .}}