diff --git a/themes/nipponalba/layouts/partials/webmention.html b/themes/nipponalba/layouts/partials/webmention.html index 92eba737..ebcf4b84 100644 --- a/themes/nipponalba/layouts/partials/webmention.html +++ b/themes/nipponalba/layouts/partials/webmention.html @@ -2,7 +2,7 @@ {{ if eq (index . "wm-property") "mention" }} {{ .author.name }} mentioned this post in the post {{ .title }} -{{ if isset .context.html }} +{{ if .context.html }} {{ .content.html | safeHTML }} {{ else }} {{ .content.text | safeHTML }} @@ -11,7 +11,7 @@ {{ end }} {{ if eq (index . "wm-property") "in-reply-to" }} {{ .author.name }} replied to this post here - {{ if isset .context.html }} + {{ if .context.html }} {{ .content.html | safeHTML }} {{ else }} {{ .content.text | safeHTML }}
{{ .content.text | safeHTML }}