2022-04-26 00:28:13 +00:00
|
|
|
{{- define "main" -}}
|
2022-05-06 17:33:42 +00:00
|
|
|
{{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" }}
|
2022-04-26 00:28:13 +00:00
|
|
|
{{- .Scratch.Set "codeIndex" 1 -}}
|
2022-05-21 01:32:21 +00:00
|
|
|
<main itemprop="hasPart" itemscope itemtype="https://schema.org/BlogPosting{{ if .Params.techarticle }} https://schema.org/TechArticle{{ end }}" itemid="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}">
|
|
|
|
<link itemprop="isPartOf" href="{{ .Site.Params.CanonicalBaseURL }}/">
|
2022-04-27 15:44:13 +00:00
|
|
|
{{ partial "full-article.html" . }}
|
|
|
|
{{ partial "webmentions.html" . }}
|
2022-04-26 00:28:13 +00:00
|
|
|
</main>
|
2022-05-19 00:21:48 +00:00
|
|
|
{{ partial "prev-next.html" . -}}
|
|
|
|
{{- end }}
|