hugo-theme-stack/layouts/partials/head/style.html
2021-08-10 11:33:46 +02:00

3 lines
152 B
HTML

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