From 0e9cf1a519657148877b558c77bc33c7d42bd0b4 Mon Sep 17 00:00:00 2001 From: Xin Date: Sat, 23 Sep 2023 22:42:05 +0100 Subject: [PATCH] fix: add integrity attribute to styles css preload tag (#83) --- layouts/partials/head-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head-css.html b/layouts/partials/head-css.html index 6e6eebe..b0a900f 100644 --- a/layouts/partials/head-css.html +++ b/layouts/partials/head-css.html @@ -7,7 +7,7 @@ {{- if hugo.IsProduction }} {{- $styles = $styles | minify | fingerprint }} - + {{- else }}