From 905230ff6d60982acb54f0ccb9c8fdd1e74fe510 Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 23 Jun 2020 21:00:43 +0100 Subject: [PATCH] updating webmention display --- themes/nipponalba/layouts/partials/webmention.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}