Expand template
This commit is contained in:
parent
5c602ab16f
commit
40d216759c
@ -21,10 +21,13 @@
|
|||||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&family=Fira+Code:wght@400;700&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&family=Fira+Code:wght@400;700&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
{{$sass := resources.Match "styles/[!_]*.scss" }} {{$css := slice }} {{range
|
{{$sass := resources.Match "styles/[!_]*.scss" }}
|
||||||
$sass}} {{$scss := . | resources.ToCSS (dict "outputStyle" "compressed") }}
|
{{$css := slice }}
|
||||||
{{$css = $css | append $scss}} {{end}} {{$finalCss := $css | resources.Concat
|
{{range $sass}}
|
||||||
"styles.css" | resources.Fingerprint "md5" | resources.Minify }}
|
{{$scss := . | resources.ToCSS (dict "outputStyle" "compressed") }}
|
||||||
|
{{$css = $css | append $scss}}
|
||||||
|
{{end}}
|
||||||
|
{{$finalCss := $css | resources.Concat "styles.css" | resources.Fingerprint "md5" | resources.Minify }}
|
||||||
<link href="{{$finalCss.Permalink}}" rel="stylesheet" />
|
<link href="{{$finalCss.Permalink}}" rel="stylesheet" />
|
||||||
|
|
||||||
{{ $darkMode := resources.Get "js/darkmode.js" | resources.Fingerprint "md5" |
|
{{ $darkMode := resources.Get "js/darkmode.js" | resources.Fingerprint "md5" |
|
||||||
|
Loading…
Reference in New Issue
Block a user