Files
joshuafhiggins.github.io/themes/hugo-theme-stack/layouts/partials/head/style.html
2023-11-25 23:04:28 -05: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 }}">