diff --git a/themes/tsc_vfl/layouts/partials/page/head.html b/themes/tsc_vfl/layouts/partials/page/head.html
index 262eb32..25a2b92 100644
--- a/themes/tsc_vfl/layouts/partials/page/head.html
+++ b/themes/tsc_vfl/layouts/partials/page/head.html
@@ -13,6 +13,7 @@
{{ with .Keywords }}{{ end }}
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction) "transpiler" "dartsass") }}
{{ $scss := resources.Get "css/main.scss" | css.Sass $options }}
+ {{ if hugo.IsProduction }}{{ $scss = $scss | minify | fingerprint }}{{ end }}
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}