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

View File

@ -29,7 +29,7 @@
{{$scss := . | resources.ToCSS (dict "outputStyle" "compressed") }}
{{$css = $css | append $scss}}
{{end}}
{{if $.Site.Data.enableCallouts}}
{{if $.Site.Data.config.enableCallouts}}
{{$scss := resources.Get "styles/_callouts.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
{{$css = $css | append $scss}}
{{end}}