fix(gist): behavior

This commit is contained in:
Barrett Ruth 2025-10-08 15:48:14 -04:00
parent 4076af3592
commit 95e2e24565

View file

@ -19,7 +19,6 @@ gists.sort((a, b) => a.slug.localeCompare(b.slug));
<li class="topic">
<a
href={`/gist/${gist.slug}.html`}
data-topic="gist"
data-gist={gist.slug}
>
{gist.data.title || gist.slug}