From 95e2e245652a940530d04adba5a3e25de5b42ed3 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 8 Oct 2025 15:48:14 -0400 Subject: [PATCH] fix(gist): behavior --- src/pages/gist.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/gist.astro b/src/pages/gist.astro index 07b1709..e63d329 100644 --- a/src/pages/gist.astro +++ b/src/pages/gist.astro @@ -19,7 +19,6 @@ gists.sort((a, b) => a.slug.localeCompare(b.slug));
  • {gist.data.title || gist.slug}