Browse Source

hopefully showing images in replies

master
jk 4 years ago
parent
commit
1cf086f88e
  1. 2
      themes/nipponalba/layouts/partials/webmention.html

2
themes/nipponalba/layouts/partials/webmention.html

@ -17,7 +17,7 @@
<p>{{ .content.text | safeHTML }}</p>
{{ end }}
{{ if .photo }}{{ range .photo }}
{{<figure src="{{ . }}" width="500px"/>}}
{{< figure src="{{ . }}" width="500px" >}}
{{ end }}{{ end }}
<time>{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" ( time .published ) }}</time></section></section>
{{ end }}