all repos — site @ 578e738df5f731fafe4b6747365df614c62af529

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
<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="/about">about</a>
  &middot;
  <a href="/uses">uses</a>
  &middot;
  <a href="/friends">friends</a>
</nav>