fix(gist): behavior
This commit is contained in:
parent
4076af3592
commit
95e2e24565
1 changed files with 0 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue