mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Support NewsMediaOrganization publishers
This commit is contained in:
parent
18d4f7cbb9
commit
d88711d62c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
{{- $replyAuthorType = . -}}
|
{{- $replyAuthorType = . -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- $replyAuthorRel := "author" -}}
|
{{- $replyAuthorRel := "author" -}}
|
||||||
{{- if eq $replyAuthorType "Organization" -}}
|
{{- if in $replyAuthorType (slice "Organization" "NewsMediaOrganization") -}}
|
||||||
{{- $replyAuthorRel = "publisher" -}}
|
{{- $replyAuthorRel = "publisher" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<aside role="note">
|
<aside role="note">
|
||||||
|
|
Loading…
Reference in a new issue