mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Typo
This commit is contained in:
parent
a502691c38
commit
f230a23b55
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
{{- end -}}
|
||||
{{- if .Get "p" -}}
|
||||
<p
|
||||
{{ else -}}
|
||||
{{- else }}
|
||||
<span
|
||||
{{ end -}}
|
||||
{{- end }}
|
||||
class="h-cite{{ with .Get "reply" }} in-reply-to{{ end }}" itemprop="{{ $itemprop }}"{{ with .Get "role" }} role="{{ . }}"{{ end }} itemscope="" itemtype="https://schema.org/{{ .Get "itemtype" }}">
|
||||
{{- .Inner | markdownify | safeHTML -}}
|
||||
{{- if .Get "p" -}}
|
||||
|
|
Loading…
Reference in a new issue