MitseaBlog/themes/hugo-theme-stack/layouts/partials/head/style.html

3 lines
185 B
HTML
Raw Normal View History

2022-10-11 17:34:41 +08:00
{{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | resources.ToCSS | minify | resources.Fingerprint "sha256" }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">