From 3010fb699a0189bf3fa6d4e027eb5644cfefdb4d Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 1 Jun 2023 15:55:16 +0200 Subject: [PATCH] integrity toch weer toegevoegd ivm CSP-header --- themes/nluug/layouts/partials/style.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }} + {{/*