diff --git a/themes/nipponalba/layouts/partials/webmention.html b/themes/nipponalba/layouts/partials/webmention.html index ebcf4b84..e5fe6a05 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 .context.html }} +{{ if .content.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 .context.html }} + {{ if .content.html }} {{ .content.html | safeHTML }} {{ else }}

{{ .content.text | safeHTML }}