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));