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