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

3 lines
175 B
HTML
Raw Normal View History

2024-11-03 20:08:36 +03:00
{{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | toCSS | minify | resources.Fingerprint "sha256" }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">