2022-04-25 17:28:13 -07:00
|
|
|
{{- define "main" -}}
|
2022-05-06 10:33:42 -07:00
|
|
|
{{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" }}
|
2022-04-25 17:28:13 -07:00
|
|
|
{{- .Scratch.Set "codeIndex" 1 -}}
|
2022-06-29 17:54:51 -07:00
|
|
|
<main itemprop="mainEntity" itemscope="" itemtype="https://schema.org/BlogPosting{{ if .Params.techarticle }} https://schema.org/TechArticle{{ end }}" itemid="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}">
|
2022-05-30 15:49:31 -07:00
|
|
|
<link itemprop="isPartOf" href="{{ .Site.Params.CanonicalBaseURL }}/" />
|
2022-04-27 08:44:13 -07:00
|
|
|
{{ partial "full-article.html" . }}
|
|
|
|
{{ partial "webmentions.html" . }}
|
2022-04-25 17:28:13 -07:00
|
|
|
</main>
|
2022-05-18 17:21:48 -07:00
|
|
|
{{ partial "prev-next.html" . -}}
|
|
|
|
{{- end }}
|