From 7af678e4de6ef8f3fd523c359e9464db68098af5 Mon Sep 17 00:00:00 2001 From: jk Date: Sun, 21 Feb 2021 20:13:30 +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 d1c948c8..6146120f 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 }}