blog-static/layouts/shortcodes/stack_css.html

3 lines
132 B
HTML
Raw Normal View History

{{ $style := resources.Get "scss/stack.scss" | css.Sass | resources.Minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">