1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2025-01-27 04:10:05 +00:00
seirdy.one/layouts/index.html

13 lines
291 B
HTML
Raw Normal View History

2022-05-31 17:11:52 -07:00
{{ define "main" -}}
<main>
<h1 id="h1" tabindex="-1">Seirdys Home</h1>
<p itemprop="description">{{ .Site.Params.Description }}</p>
<hr />
<div class="narrow">
{{ partial "processed-content.html" . }}
{{ partial "posts.html" . }}
{{ partial "webrings.html" . }}
</div>
2022-05-01 21:04:49 -07:00
</main>
{{ end }}