small pixel drawing of a pufferfish j3s.sh

templates/now.html

{{ define "now.html" }}
{{ template "head" . }}
{{ template "nav" . }}
<div id="main">  
<h1>what jes doing??? ? ??</h1>
<p>who knows.</p>
<h2>currently reading</h2>
{{- range $entry := .Data.CurrentBooks.ReadingLogEntries }}
<ul>
    <li>
        <a href="https://openlibrary.org{{ $entry.Work.Key }}">{{ $entry.Work.Title | toLower }}</a>
    </li>
</ul>
{{- end }}
<p>these books update automatically based on my openlibrary account thanks to j3s.sh being a <a href="/thought/my-website-is-one-binary.html">dynamic website</a>.

<p><small>this page was last updated on 2025-01-01</small></p>
</div>
{{ end }}