diff --git a/themes/datacoop2020/layouts/partials/head.html b/themes/datacoop2020/layouts/partials/head.html
index 3718c3e3..f3f4f603 100644
--- a/themes/datacoop2020/layouts/partials/head.html
+++ b/themes/datacoop2020/layouts/partials/head.html
@@ -16,8 +16,8 @@
- {{ $style := resources.Get "static/css/style.scss" | resources.ToCSS | resources.Minify }}
-
+ {{ $style := resources.Get "static/css/style.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint "sha512" }}
+
{{ if .IsHome }}
{{ $homepage := "Home" }}