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

3 lines
134 B
HTML
Raw Normal View History

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