1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 20:12:11 +00:00
seirdy.one/layouts/_default/single.html

8 lines
306 B
HTML
Raw Normal View History

2022-06-01 00:11:52 +00:00
{{ define "main" -}}
2022-05-06 17:33:42 +00:00
{{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" }}
<main
itemprop="mainEntity" itemscope="" itemtype="https://schema.org/Article" itemid="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}">
{{ partial "full-article.html" . }}
</main>
2020-11-25 08:43:39 +00:00
{{ end }}