From 8a4579007b17c39acdd7a870da0a2e7d5665c4eb Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 8 Oct 2021 20:00:08 -0500 Subject: [PATCH] Add integrity field to CSS --- layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4197e82..2c79f6c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,8 +2,8 @@ - {{ $bobastyle := resources.Get "css/bobastyle.css" | fingerprint "sha256" }} - + {{ $bobastyle := resources.Get "css/bobastyle.css" | fingerprint "sha512" }} + {{ with .Site.Params.faviconICO }}