2022-05-31 17:11:52 -07:00
|
|
|
|
{{ define "main" -}}
|
2022-07-13 08:31:20 -07:00
|
|
|
|
<main>
|
2022-10-21 16:23:37 -07:00
|
|
|
|
<h1 id="h1" tabindex="-1" itemprop="name">Seirdy’s Home</h1>
|
2022-07-12 22:55:45 -07:00
|
|
|
|
<p itemprop="description">{{ .Site.Params.Description }}</p>
|
2022-08-02 18:20:52 -07:00
|
|
|
|
<hr />
|
2022-07-11 17:20:36 -07:00
|
|
|
|
<div class="narrow">
|
2022-05-30 15:49:31 -07:00
|
|
|
|
{{ partial "processed-content.html" . }}
|
2022-03-15 13:45:21 -07:00
|
|
|
|
{{ partial "posts.html" . }}
|
|
|
|
|
{{ partial "webrings.html" . }}
|
2022-07-11 17:20:36 -07:00
|
|
|
|
</div>
|
2022-05-01 21:04:49 -07:00
|
|
|
|
</main>
|
2020-11-03 15:46:20 -08:00
|
|
|
|
{{ end }}
|