Fixed typo

This commit is contained in:
saberzero1 2022-07-30 21:54:19 +02:00
parent ea11cff1f1
commit 3debd7c121
No known key found for this signature in database
GPG Key ID: D2C0887768D969D8

View File

@ -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 }}