lestoitsduval/layouts/partials/style.html

3 lines
169 B
HTML
Raw Normal View History

2020-03-26 18:48:07 +01:00
{{ $style := resources.Get "css/main.sass" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
2022-11-28 09:36:14 +01:00
<link rel="icon" href="favicon.ico" />