Hugo-theme-stack/layouts/partials/head/style.html

3 lines
149 B
HTML
Raw Normal View History

2020-08-22 07:20:08 -04:00
{{ $sass := resources.Get "scss/style.scss" }}
{{ $style := $sass | resources.ToCSS | minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">