mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-14 17:42:09 +00:00
8 lines
300 B
HTML
8 lines
300 B
HTML
|
{{- $itemprop := "mentions" -}}
|
||
|
{{- with .Get "itemprop" -}}
|
||
|
{{ $itemprop = . }}
|
||
|
{{- end -}}
|
||
|
<span class="h-cite" itemprop="{{ $itemprop }}"{{ with .Get "role" }} role="{{ . }}"{{ end }} itemscope itemtype="https://schema.org/{{ .Get "itemtype" }}">
|
||
|
{{- .Inner | markdownify | safeHTML -}}
|
||
|
</span>
|