mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
297ad1e5cb
This one is simpler than the last attempt, since it doesn't overlap with any content except the navbar links' empty padding.
7 lines
172 B
HTML
7 lines
172 B
HTML
{{ define "main" -}}
|
|
<main id="main" tabindex="-1">
|
|
{{ partial "processed-content.html" . }}
|
|
{{ partial "posts.html" . }}
|
|
{{ partial "webrings.html" . }}
|
|
</main>
|
|
{{ end }}
|