fix: feed xsl links
This commit is contained in:
parent
dd4a81ff7a
commit
9f66a5ece5
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@
|
|||
</span>
|
||||
{{ title }} </h1>
|
||||
<div class="flex flex-row gap-6">
|
||||
<a href="/feeds" class="icon--24 link--icon">
|
||||
<a href="https://coryd.dev/feeds" class="icon--24 link--icon">
|
||||
{% tablericon "arrow-left" "Back to feeds" %}
|
||||
</a>
|
||||
<a href="/" class="icon--24 link--icon">
|
||||
<a href="https://coryd.dev" class="icon--24 link--icon">
|
||||
{% tablericon "home-move" "Home • Cory Dransfeldt" %}
|
||||
</a>
|
||||
</div>
|
||||
|
|
Reference in a new issue