Add RSS links to each post
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m35s

This commit is contained in:
2026-02-14 18:00:49 -07:00
parent cc3a408050
commit cf163bb0b2

View File

@@ -56,6 +56,16 @@ const { Content } = await render(post);
<Icon name="arrow-left" class="text-lg" />
Back
</a>
{/* RSS feed button */}
<a
href="/feed"
class="btn btn-outline btn-primary btn-sm font-bold"
aria-label="RSS Feed"
>
<Icon name="rss" class="text-lg" />
RSS
</a>
</div>
{