mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
switch to sass
This commit is contained in:
parent
b5d4f59eaf
commit
572bc88b45
4 changed files with 11 additions and 7 deletions
|
@ -1,2 +1,6 @@
|
|||
+++
|
||||
+++
|
||||
<title>{{ .Title }}</title>
|
||||
|
||||
{{ $css := resources.Get "sass/main.sass" }}
|
||||
{{ $css = $css | toCSS }}
|
||||
|
||||
<link rel="stylesheet" href="{{ $css.RelPermalink }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue