From 1cf086f88e30c22d514f93cf295c91f4ec4227bf Mon Sep 17 00:00:00 2001 From: jk Date: Sun, 21 Feb 2021 20:11:34 +0000 Subject: [PATCH] hopefully showing images in replies --- themes/nipponalba/layouts/partials/webmention.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nipponalba/layouts/partials/webmention.html b/themes/nipponalba/layouts/partials/webmention.html index f984a49d..d1c948c8 100644 --- a/themes/nipponalba/layouts/partials/webmention.html +++ b/themes/nipponalba/layouts/partials/webmention.html @@ -17,7 +17,7 @@

{{ .content.text | safeHTML }}

{{ end }} {{ if .photo }}{{ range .photo }} - {{
}} + {{< figure src="{{ . }}" width="500px" >}} {{ end }}{{ end }} {{ end }}