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