switch to sass

This commit is contained in:
zoe 2022-04-09 10:16:52 +02:00
parent b5d4f59eaf
commit 572bc88b45
4 changed files with 11 additions and 7 deletions

View file

@ -1,2 +1,6 @@
+++
+++
<title>{{ .Title }}</title>
{{ $css := resources.Get "sass/main.sass" }}
{{ $css = $css | toCSS }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}"