hugo-theme-lowtech/layouts/partials/style.html

3 lines
142 B
HTML
Raw Normal View History

2020-03-09 15:08:09 +01:00
{{ $style := resources.Get "styles/main.sass" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">