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" %}