From 8175ed4de70972bc92c860df6ee62aa27a83dae2 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 11 Dec 2015 08:03:36 +0100 Subject: [PATCH] [enh] fun display of galleries, take less space for the first instead of the last, putting the first more in sight :) --- prosopopee/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosopopee/templates/index.html b/prosopopee/templates/index.html index 4415ab7..e6ca5dd 100644 --- a/prosopopee/templates/index.html +++ b/prosopopee/templates/index.html @@ -20,7 +20,7 @@
- {% for galleries_line in galleries|batch(3) %} + {% for galleries_line in galleries|reverse|batch(3)|reverse %}
{% for gallery in galleries_line %}