diff --git a/themes/nluug/layouts/partials/style.html b/themes/nluug/layouts/partials/style.html
index cb4db2b..3c60914 100644
--- a/themes/nluug/layouts/partials/style.html
+++ b/themes/nluug/layouts/partials/style.html
@@ -1,6 +1,6 @@
{{/* Zoek alle scss-bestanden, combineer ze, zet om naar CSS, verkleinen en voorzien van fingerprint */}}
-{{ $styles := resources.Match "scss/**.scss" | resources.Concat "combined.scss" | toCSS (dict "outputStyle" "compressed") | minify }}
-
+{{ $styles := resources.Match "scss/**.scss" | resources.Concat "combined.scss" | toCSS (dict "outputStyle" "compressed") | minify | fingerprint }}
+
{{/*