2020-08-22 13:20:08 +02:00
|
|
|
{{ $sass := resources.Get "scss/style.scss" }}
|
2021-12-28 14:28:33 -08:00
|
|
|
{{ $style := $sass | resources.ToCSS | minify | resources.Fingerprint "sha256" }}
|
2020-09-20 11:33:32 +02:00
|
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|