hugo-theme-stack-stars/layouts/partials/head/style.html

3 lines
185 B
HTML
Raw Normal View History

2020-08-22 11:20:08 +00:00
{{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | resources.ToCSS | minify | resources.Fingerprint "sha256" }}
2020-09-20 09:33:32 +00:00
<link rel="stylesheet" href="{{ $style.RelPermalink }}">