From 822035cc93bcb66d6fdccda007549497986d43e2 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 11 Feb 2023 17:57:40 -0800 Subject: [PATCH] Change link hash to sha384 --- layouts/partials/paige/links.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html index 9b6cd9c7..67d12df8 100644 --- a/layouts/partials/paige/links.html +++ b/layouts/partials/paige/links.html @@ -27,7 +27,7 @@ {{ if or ($page.Param "paige.math") (and ($page.Param "paige.list.content.show") (where $page.Pages "Params.paige.math" "eq" true)) }} {{ partial "paige/link.html" (dict "href" ($page.Param "paige.katex.style.link_href" | default "https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css") - "integrity" ($page.Param "paige.katex.style.link_integrity" | default "sha256-NJNVfEC6jfEt62wQMafLNT2eI6BaWONXbpkSEVAs3+8=") + "integrity" ($page.Param "paige.katex.style.link_integrity" | default "sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/") "raw" true ) }} {{ end }}