small pixel drawing of a pufferfish j3s.sh

templates/thought.html

1 2 3 4 5 6 7 8 9 10 11 12 13 14
{{define "thought.html"}}
{{ template "head" . }}
<div class="box">
  <p><small><a class="datefont" href="/thoughts.html">↵return</a></small>
  <p class="termfont">{{ .Data.Title }}</p>
  <b>
    <img class="lol" height="30" src="/static/unnamed-puffy.png" alt="another pufferfish drawn by rekka">
  </b>
</div>
<p class="thoughtbody">{{ .Data.Content }}
<p class="datefont">follow me on <a href="https://merveilles.town/@j3s">mastodon!</a>
<p class="datefont">last updated {{ .Data.Updated }}
</html>
{{end}}