From 84d956d4336617c61aee1656a99e47d933c59f23 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 12 Oct 2021 17:30:52 +0200 Subject: [PATCH] Only show 32 more recent galleries --- photologue_custom/templates/photologue/gallery_archive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photologue_custom/templates/photologue/gallery_archive.html b/photologue_custom/templates/photologue/gallery_archive.html index 116d78c..babfaeb 100644 --- a/photologue_custom/templates/photologue/gallery_archive.html +++ b/photologue_custom/templates/photologue/gallery_archive.html @@ -22,7 +22,7 @@
{% if latest %}
- {% for gallery in latest %} + {% for gallery in latest|slice:":32" %}
{% include "photologue/includes/gallery_sample.html" %}