diff --git a/layouts/partials/reply-context.html b/layouts/partials/reply-context.html index a71c43a..23b189e 100644 --- a/layouts/partials/reply-context.html +++ b/layouts/partials/reply-context.html @@ -7,7 +7,7 @@ {{- $replyAuthorType = . -}} {{- end -}} {{- $replyAuthorRel := "author" -}} -{{- if eq $replyAuthorType "Organization" -}} +{{- if in $replyAuthorType (slice "Organization" "NewsMediaOrganization") -}} {{- $replyAuthorRel = "publisher" -}} {{- end -}}