MitseaBlog/themes/hugo-theme-stack/layouts/partials/head/style.html
2022-10-11 17:34:41 +08:00

3 lines
185 B
HTML

{{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | resources.ToCSS | minify | resources.Fingerprint "sha256" }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">