templates/partials/footer.html (view raw)
1<div class="footer">
2 <section class="footimgs">
3 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
4 <img alt="cc nc-by-sa" src="/static/cc.svg">
5 </a>
6 <a href="https://webring.xxiivv.com/#random" target="_blank">
7 <img alt="xxiivv webring" src="/static/webring.svg">
8 </a>
9 <a href="/blog/feed.xml" >
10 <img alt="rss feed" src="/static/rss.svg" width="30">
11 </a>
12 <a href="https://git.icyphox.sh">
13 <img alt="git" src="/static/git.svg" width="35">
14 </a>
15 <a href="https://h.icyphox.sh/u/icy" rel="me">
16 <img alt="fedi" src="/static/honk.svg" width="35">
17 </a>
18 </section>
19</div>