first version

This commit is contained in:
2020-02-26 23:41:42 +01:00
parent 8f7d784ed2
commit ca2764655a
16 changed files with 189 additions and 2 deletions

View File

@ -0,0 +1,2 @@
{{ $style := resources.Get "css/main.sass" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">