From f12587b9277d1fdaea22a02f9c774ed7825fac74 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 1 Nov 2016 12:17:05 +0100 Subject: [PATCH] [enh] also provide smaller temporary image for home cover --- prosopopee/themes/exposure/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosopopee/themes/exposure/templates/index.html b/prosopopee/themes/exposure/templates/index.html index 22c18d9..7995096 100644 --- a/prosopopee/themes/exposure/templates/index.html +++ b/prosopopee/themes/exposure/templates/index.html @@ -35,7 +35,7 @@ {% else %} {% set cover = Image(gallery.cover) %} {{ cover.copy() }} - + {% endif %} {% endfor %}