mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
80ef3a4a9a
Now more text should fall within WCAG limits.
12 lines
279 B
HTML
12 lines
279 B
HTML
{{ define "main" -}}
|
||
<main id="main" tabindex="-1">
|
||
<h1 id="seirdys-home">Seirdy’s Home</h1>
|
||
<aside><p>It me.</p></aside>
|
||
<hr />
|
||
<div class="narrow">
|
||
{{ partial "processed-content.html" . }}
|
||
{{ partial "posts.html" . }}
|
||
{{ partial "webrings.html" . }}
|
||
</div>
|
||
</main>
|
||
{{ end }}
|