all repos — site @ 6c04fd34a0ce664f01f3a369877cd9fcaa6bd164

source for my site, found at icyphox.sh

templates/partials/footer.html (view raw)

 1<section class="footer">
 2  <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
 3    <img alt="cc nc-by-sa" src="/static/cc.svg">
 4  </a>
 5  <a href="https://webring.xxiivv.com/#random" target="_blank">
 6    <img alt="xxiivv webring" src="/static/webring.svg">
 7  </a>
 8  <a href="/blog/feed.xml" >
 9    <img alt="rss feed" src="/static/rss.svg" width="30">
10  </a>
11  <a href="https://git.icyphox.sh">
12    <img alt="git" src="/static/git.svg" width="35">
13  </a>
14</section>