From 9ca15a198fd9953f491ee99fc814b7402597c197 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 5 Nov 2023 01:19:12 -0500 Subject: [PATCH] Revert "Load bobastyle.css async too" This reverts commits f33492ef8ec0c1fe8ab769dfcad267040bb2070b and 5c87c2b0694dd3ba410eaad6cad10f677d66809f. It turns out this makes performance score even worse because it makes the CLS really bad --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2eb763f..d36bb99 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ {{ hugo.Generator }} {{ with resources.Get "css/bobastyle.css" | fingerprint "sha512" }} - + {{ end }} {{ with resources.Get "css/syntax.css" | fingerprint "sha512" }}