From 5c87c2b0694dd3ba410eaad6cad10f677d66809f Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 5 Nov 2023 01:00:22 -0500 Subject: [PATCH] Fix async loading of bobastyle.css --- 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 3cdfc61..2eb763f 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" }}