2022-06-01 00:11:52 +00:00
|
|
|
{{ define "main" -}}
|
2022-05-06 17:33:42 +00:00
|
|
|
{{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" }}
|
2022-07-13 15:31:20 +00:00
|
|
|
<main
|
2022-07-07 15:52:55 +00:00
|
|
|
itemprop="mainEntity" itemscope="" itemtype="https://schema.org/Article" itemid="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}">
|
2022-04-27 15:44:13 +00:00
|
|
|
{{ partial "full-article.html" . }}
|
2022-08-18 01:10:40 +00:00
|
|
|
{{ partial "webmentions.html" . }}
|
2022-04-26 00:28:13 +00:00
|
|
|
</main>
|
2020-11-25 08:43:39 +00:00
|
|
|
{{ end }}
|