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