danix
's git repository
home
/
my projects
/
theme-danix.xyz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b895dc
)
cleaning up code
author
danix
<danix@danix.xyz>
Mon, 23 Jan 2023 18:54:57 +0000
(19:54 +0100)
committer
danix
<danix@danix.xyz>
Mon, 23 Jan 2023 18:54:57 +0000
(19:54 +0100)
layouts/partials/head.html
patch
|
blob
|
blame
|
history
diff --git
a/layouts/partials/head.html
b/layouts/partials/head.html
index
4b05972
..
f7beaee
100644
(file)
--- a/
layouts/partials/head.html
+++ b/
layouts/partials/head.html
@@
-5,7
+5,7
@@
{{ $main_options := (dict "targetPath" "css/site.css" "outputStyle" "compressed") }}
{{ $main_template := resources.Get "sass/main.scss" }}
- {{ $main_style := $main_template | toCSS $main_options | resources.Minify }}
+ {{ $main_style := $main_template |
resources.
toCSS $main_options | resources.Minify }}
<link rel="stylesheet" href="{{ $main_style.RelPermalink }}">