small pixel drawing of a pufferfish j3s.sh

templates/nav.html

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{{ define "nav" }}
<div id="header">
  <a href="/">
    <img class="lol" src="/static/unnamed-puffy.png" height="111" width="140" alt="pic of an unnamed pufferfish, drawn by rekka bellum of kokorobot.ca and hundred rabbits :3">
  </a>
  <h2>jes {{ randomheaderphrase }}</h2>
  <p> 
    <a href="/now.html">now</a>
    <a href="/about.html">about</a>
    <a href="/thoughts.html">thoughts</a><sup><a href="https://j3s.sh/feed.atom">rss</a></sup>
    <a href="/creations.html">creations</a>
    <a href="https://git.j3s.sh">git</a>
    <a class="abyss" href="https://abyss.j3s.sh">abyss</a>
  </p>
  <hr>  
</div> 
{{ end }}