2020-08-22 19:20:08 +08:00
|
|
|
{{ $sass := resources.Get "scss/style.scss" }}
|
2024-09-08 00:42:07 +08:00
|
|
|
{{ $style := $sass | toCSS | minify | resources.Fingerprint "sha256" }}
|
2020-09-20 17:33:32 +08:00
|
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|