mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
Typo
This commit is contained in:
parent
3debd7c121
commit
3699dfb90c
@ -29,7 +29,7 @@
|
|||||||
{{$scss := . | resources.ToCSS (dict "outputStyle" "compressed") }}
|
{{$scss := . | resources.ToCSS (dict "outputStyle" "compressed") }}
|
||||||
{{$css = $css | append $scss}}
|
{{$css = $css | append $scss}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{if $.Site.Data.enableCallouts}}
|
{{if $.Site.Data.config.enableCallouts}}
|
||||||
{{$scss := resources.Get "styles/_callouts.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
|
{{$scss := resources.Get "styles/_callouts.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
|
||||||
{{$css = $css | append $scss}}
|
{{$css = $css | append $scss}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user