From 8f549cf6d248049dfba06672a81468ba1e157ab3 Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 23 Jun 2020 20:49:25 +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 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 }}