fix: feed xsl links

This commit is contained in:
Cory Dransfeldt 2023-09-04 11:56:43 -07:00
parent dd4a81ff7a
commit 9f66a5ece5
No known key found for this signature in database

View file

@ -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>