hugo-theme-stack-stars/layouts/partials/head/style.html
2020-09-20 11:33:32 +02:00

3 lines
No EOL
152 B
HTML

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