mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-14 01:32:11 +00:00
8 lines
261 B
HTML
8 lines
261 B
HTML
|
{{- $itemprop := "mentions" -}}
|
||
|
{{- with .Get "itemprop" -}}
|
||
|
{{- $itemprop = . -}}
|
||
|
{{- end -}}
|
||
|
<figure itemprop="{{ $itemprop }}"{{ with .Get "id" }} id="{{ . }}"{{ end }} itemscope itemtype="https://schema.org/Quotation">
|
||
|
{{ .Inner | markdownify }}
|
||
|
</figure>
|