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>
|
</span>
|
||||||
{{ title }} </h1>
|
{{ title }} </h1>
|
||||||
<div class="flex flex-row gap-6">
|
<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" %}
|
{% tablericon "arrow-left" "Back to feeds" %}
|
||||||
</a>
|
</a>
|
||||||
<a href="/" class="icon--24 link--icon">
|
<a href="https://coryd.dev" class="icon--24 link--icon">
|
||||||
{% tablericon "home-move" "Home • Cory Dransfeldt" %}
|
{% tablericon "home-move" "Home • Cory Dransfeldt" %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue