feat: only display rss links on entries
All checks were successful
create archive with lfs / tag (push) Successful in 9s
All checks were successful
create archive with lfs / tag (push) Successful in 9s
This commit is contained in:
parent
5445916f9c
commit
b37c3cea60
@ -160,11 +160,13 @@
|
||||
<div class="navbox">
|
||||
<p><span class="text-ralsei-green-light text-shadow-green">{data.visitCount}</span> visit(s)</p>
|
||||
</div>
|
||||
{#if isRoute("entries")}
|
||||
<div class="navbox !gap-1">
|
||||
<a class="align-middle hover:underline" href="/entries/_rss">rss</a>
|
||||
/
|
||||
<a class="align-middle hover:underline" href="/entries/_jsonfeed">jsonfeed</a>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
Loading…
Reference in New Issue
Block a user