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

3 lines
131 B
HTML
Raw Normal View History

2020-02-26 23:41:42 +01:00
{{ $style := resources.Get "css/main.sass" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">