diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4faa036..d0160ea 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -15,7 +15,7 @@ {{ $options := (dict "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }} {{ $sass := resources.Get "css/main.scss" }} - {{ $style := $sass | resources.ToCSS $options }} - + {{ $style := $sass | resources.ToCSS $options | resources.Fingerprint "sha512" }} + {{ if .Params.mathjax }} {{ partial "mathjax.html" . }} {{ end }}