From cc4af0c385f6e41fba5e3c3c166b77896be4d556 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 9 Aug 2025 02:13:15 -0500 Subject: [PATCH] Add comment explaining why comments.css is not in head --- layouts/_partials/comments.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/_partials/comments.html b/layouts/_partials/comments.html index 2373fdd..e7a8477 100644 --- a/layouts/_partials/comments.html +++ b/layouts/_partials/comments.html @@ -1,3 +1,6 @@ +{{/* put comments CSS here instead of in so that it doesn't get + * loaded unnecessarily on regular pages + */}} {{ with resources.Get "css/comments.css" | fingerprint "sha512" }} {{ end }}