first version

This commit is contained in:
2020-02-11 09:02:51 +01:00
commit 9a611bbf32
28 changed files with 365 additions and 0 deletions

View File

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