Files
hugo-theme-stack/layouts/_partials/head/style.html
T

3 lines
175 B
HTML
Raw Normal View History

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