all repos — site @ 0fda6b496c254198905c85c3b4aa296ed38ae4ea

source for my site, found at icyphox.sh

templates/nav.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
<a href=/>
  <img src="/static/white.svg" alt="icyphox's avatar" height="40" width="40"/>
</a>
<nav>
  <a href="/blog">blog</a>
  &middot;
  <a href="/reading">reading</a>
  &middot;
  <a href="/about">about</a>
  &middot;
  <a href="/uses">uses</a>
  &middot;
  <a href="/friends">friends</a>
</nav>