Compare commits

...

1 commit

Author SHA1 Message Date
Ral
47a3ab894e Hugo: Switch to non-deprecated method
Some checks failed
/ test (push) Failing after 1m10s
2024-07-26 00:38:44 +02:00

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" .}}