Improve footer
This commit is contained in:
parent
4495f110d5
commit
809ed679eb
|
@ -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>
|
Loading…
Reference in New Issue