mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +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 -}}
|
||||
<aside role="note">
|
||||
<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">
|
||||
<a class="u-url" itemprop="url" href="{{ .replyURI }}">{{ .replyTitle | safeHTML}}</a>
|
||||
</cite>{{ if .replyAuthor }} by
|
||||
|
|
Loading…
Reference in a new issue