1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2025-01-27 04:01:05 +00:00
seirdy.one/layouts/shortcodes/image-figure.html

9 lines
322 B
HTML
Raw Normal View History

<figure itemscope="" itemtype="https://schema.org/ImageObject"
{{- with .Get "id" }} id="{{ . }}" tabindex="-1"{{ end -}}
2022-05-06 10:30:11 -07:00
{{- if .Get "representative" }} itemprop="image">
<meta itemprop="representativeOfPage" content="true" />
2022-05-06 10:30:11 -07:00
{{- else }} itemprop="hasPart">
{{- end }}
{{ .Inner | markdownify | safeHTML }}
</figure>