From a20aef1d6e01d3d48a48a9073d0acaff594399cc Mon Sep 17 00:00:00 2001 From: grassblock Date: Thu, 10 Jul 2025 18:19:31 +0800 Subject: [PATCH] fix: comment not displayed when no client javascript is disabled --- src/pages/blog/[...slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 8de5eaf..4f2fee2 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -62,7 +62,7 @@ const cover = customFeaturedImage || matchedImage_src?.src || firstImageURL || `
← Back to posts - {noscript &&

Comments

} + {!noscript &&

Comments

} {!noscript &&