From 5fa0555e9a55bbec9496a3d98a006203731d2c41 Mon Sep 17 00:00:00 2001 From: HidegonSan <68275072+HidegonSan@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:57:48 +0900 Subject: [PATCH] add preload to katex css --- layouts/partials/head/katex.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head/katex.html b/layouts/partials/head/katex.html index bd6f575..e458de0 100644 --- a/layouts/partials/head/katex.html +++ b/layouts/partials/head/katex.html @@ -14,7 +14,8 @@ crossorigin="anonymous" href="{{- .RelPermalink -}}" integrity="{{- .Data.Integrity -}}" - rel="stylesheet" + rel="preload stylesheet" + as="style" > {{- end -}}