Add RSS links to each post
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m35s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m35s
This commit is contained in:
@@ -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>
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user