Skip to content

Commit 5f8c893

Browse files
committed
feat: Add link to tags list page to single tag pages
1 parent 32a4e8b commit 5f8c893

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/routes/tags/[slug]/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<div class="container has-text-centered h-feed">
1111
<div class="section">
1212
<h1 class="p-name">🏷️ Tag: {data.details.tag}</h1>
13+
<p><a href="/tags">← All Tags</a></p>
1314
</div>
1415
{#if data.details.html}
1516
<div class="tag-content section">

0 commit comments

Comments
 (0)