mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
12 lines
307 B
HTML
12 lines
307 B
HTML
{{ define "main" -}}
|
||
<main>
|
||
<h1 id="h1" tabindex="-1" itemprop="name">Seirdy’s Home</h1>
|
||
<p itemprop="description">{{ .Site.Params.Description }}</p>
|
||
<hr />
|
||
<div class="narrow">
|
||
{{ partial "processed-content.html" . }}
|
||
{{ partial "posts.html" . }}
|
||
{{ partial "webrings.html" . }}
|
||
</div>
|
||
</main>
|
||
{{ end }}
|