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

6 lines
152 B
HTML
Raw Normal View History

{{ define "main" }}
<main itemprop="mainEntity" itemscope itemtype="https://schema.org/Article">
{{ partial "full-article.html" . }}
</main>
2020-11-25 08:43:39 +00:00
{{ end }}