feat: also show rss feeds on log route
All checks were successful
create archive with lfs / tag (push) Successful in 11s
All checks were successful
create archive with lfs / tag (push) Successful in 11s
This commit is contained in:
parent
51e4bd1a6c
commit
4645df1682
@ -164,7 +164,7 @@
|
||||
</svelte:fragment>
|
||||
<div class="navbox"><p><span class="text-ralsei-green-light text-shadow-green">{data.visitCount}</span> visit(s)</p></div>
|
||||
</Tooltip>
|
||||
{#if isRoute("entries")}
|
||||
{#if isRoute("entries") || isRoute("log")}
|
||||
<div class="navbox !gap-1">
|
||||
rss:
|
||||
<a class="align-middle hover:underline" href="/entries/_rss">posts</a>
|
||||
|
Loading…
Reference in New Issue
Block a user