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

3 lines
152 B
HTML

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