1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/layouts/index.html

13 lines
307 B
HTML
Raw Normal View History

2022-06-01 00:11:52 +00:00
{{ define "main" -}}
<main>
2022-10-21 23:23:37 +00:00
<h1 id="h1" tabindex="-1" itemprop="name">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-02 04:04:49 +00:00
</main>
{{ end }}