Files
joshuafhiggins.github.io/themes/hugo-theme-stack/layouts/partials/head/style.html

3 lines
178 B
HTML

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