all repos — site @ 0fda6b496c254198905c85c3b4aa296ed38ae4ea

source for my site, found at icyphox.sh

templates/nav.html (view raw)

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