try separating the html and h1 tags
Jesse Olson j3s@c3f.net
Fri, 08 Apr 2022 06:46:17 +0000
3 files changed,
4 insertions(+),
2 deletions(-)
M
templates/about.html
→
templates/about.html
@@ -1,7 +1,7 @@
{{define "title"}}me{{end}} {{define "body"}} <h3>Jes Olson</h3> -<a href="/"><img src="/static/scrombles.png" width="140" alt="pic of an unnamed puffer fish"></a> +<a href="/"><img src="/static/scrombles.png" width="140" alt="pic of a one eyed cat named scrombles"></a> <p><i>patient anxious mentor, teacher</p></i> <p><i>loves simplicity and minimalism</p></i> <p><i>statically compiled binary FREAK</p></i>
M
templates/layout.html
→
templates/layout.html
@@ -38,7 +38,8 @@ </head>
<body class="grayscale"> <div id="header"> - <h1><a href="/"><img 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>jes? somewhat horrible</h1> + <a href="/"><img 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> + <h1>jes? somewhat horrible</h1> <p> <a href="/now.html">now</a> <a href="/about.html">about</a>