mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-15 01:42:10 +00:00
d123bd9a12
Will be useful when I start posting reply notes.
7 lines
300 B
HTML
7 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>
|