From 7ec53dcda4481f5bcf18b3cf912105de574e4296 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 21 May 2023 15:50:55 +0200 Subject: [PATCH] Fix: integrity op style-tag heeft geen nut, weggehaald --- 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 3c60914..cb4db2b 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 | fingerprint }} - +{{ $styles := resources.Match "scss/**.scss" | resources.Concat "combined.scss" | toCSS (dict "outputStyle" "compressed") | minify }} + {{/*