Improve footer

This commit is contained in:
Christian Reitter 2024-12-20 00:36:33 +01:00
parent 4495f110d5
commit 809ed679eb
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
<footer>
<span><a href="{{ site.url | relative_url }}/feed.xml">RSS</a>, <a href="https://git.distrust.co/milksad">Git</a>, <a href="{{ site.url | relative_url }}/lookup.html">old lookup</a> <img src="/assets/base/milksad_bottle_transparent.svg" height="18px" alt="Milk Sad logo as icon"/></a></span>{{ site.footer }}
<span>
<a href="{{ site.url | relative_url }}/feed.xml">RSS</a>,
<a href="https://git.distrust.co/milksad">Git</a>,
<a href="https://git.distrust.co/milksad/data">data</a>,
<a
href="{{ site.url | relative_url }}/lookup.html">old lookup</a> <img
src="/assets/base/milksad_bottle_transparent.svg" height="18px" alt="Milk Sad logo as icon" /></a></span>{{
site.footer }}
</footer>