From 33b8287581bc9dcd3542f2990cad364127290084 Mon Sep 17 00:00:00 2001 From: Tyler Mercer Date: Mon, 20 Jan 2025 12:21:27 -0700 Subject: [PATCH] Remove jamcomments until it's fixed --- src/components/Comments.astro | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/Comments.astro b/src/components/Comments.astro index f6de0ec0..3d56c60e 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -1,12 +1,15 @@ --- import JamComments from "@jam-comments/astro"; --- -
-

Comments

- -
+{/* Removed until jamcomments is working again */} +{false && ( +
+

Comments

+ +
+)}