2022-05-24 23:33:16 +00:00
|
|
|
{{- define "main" -}}
|
|
|
|
{{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" }}
|
2022-07-13 15:31:20 +00:00
|
|
|
<main
|
2022-07-07 15:52:55 +00:00
|
|
|
itemprop="hasPart" itemscope="" itemtype="https://schema.org/SocialMediaPosting" itemid="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}">
|
2022-05-30 22:49:31 +00:00
|
|
|
<link itemprop="isPartOf" href="{{ .Site.Params.CanonicalBaseURL }}/" />
|
2022-05-24 23:33:16 +00:00
|
|
|
{{ partial "full-article.html" . }}
|
|
|
|
{{ partial "webmentions.html" . }}
|
|
|
|
</main>
|
|
|
|
{{ partial "prev-next.html" . -}}
|
|
|
|
{{- end }}
|