From 7e754984531398086113e74a71ca84c374e4dd56 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 16 May 2024 04:25:30 -0400 Subject: [PATCH] Drop empty integrity attr for local CSS rsrcs --- layouts/partials/head-css.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/layouts/partials/head-css.html b/layouts/partials/head-css.html index 29ab1f13b..d72c0964f 100644 --- a/layouts/partials/head-css.html +++ b/layouts/partials/head-css.html @@ -11,7 +11,6 @@ {{ $rtlCSS = . | postCSS | minify | fingerprint -}} {{ end -}} {{ $css = $css | postCSS | minify | fingerprint -}} - {{- end -}} @@ -20,13 +19,9 @@ */ -}} {{ with $rtlCSS -}} - + {{ end -}} - + {{- /**/ -}}