mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-13 01:02:10 +00:00
Fix reply contexts
This commit is contained in:
parent
388c3c17ea
commit
0e6ee4af62
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<aside role="note">
|
<aside role="note">
|
||||||
<p>
|
<p>
|
||||||
Reply to <span class="h-cite in-reply-to" itemprop="about" itemscope="" itemtype="https://schema.org/{{ $schemaType }}">
|
Reply to <span class="h-cite u-in-reply-to" itemprop="about" itemscope="" itemtype="https://schema.org/{{ $schemaType }}">
|
||||||
<cite itemprop="name" class="p-name">
|
<cite itemprop="name" class="p-name">
|
||||||
<a class="u-url" itemprop="url" href="{{ .replyURI }}">{{ .replyTitle | safeHTML}}</a>
|
<a class="u-url" itemprop="url" href="{{ .replyURI }}">{{ .replyTitle | safeHTML}}</a>
|
||||||
</cite>{{ if .replyAuthor }} by
|
</cite>{{ if .replyAuthor }} by
|
||||||
|
|
Loading…
Reference in a new issue