From d4f96b3a75b5d8b8a50939e0b54416b4d5f1390e Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 1 Nov 2016 13:51:03 +0100 Subject: [PATCH] [enh] small fast-loading image for home gallery 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 7995096..93a13a1 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 %}