From d6a8a2b68e14f39d06148db359dc4b9cfcf14761 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 13 Oct 2021 14:25:11 +0200 Subject: [PATCH] Use a smaller grid on smaller screen --- photologue_custom/templates/photologue/gallery_archive.html | 2 +- .../templates/photologue/gallery_archive_year.html | 2 +- photologue_custom/templates/taggit/tag_detail.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/photologue_custom/templates/photologue/gallery_archive.html b/photologue_custom/templates/photologue/gallery_archive.html index babfaeb..c3571cb 100644 --- a/photologue_custom/templates/photologue/gallery_archive.html +++ b/photologue_custom/templates/photologue/gallery_archive.html @@ -23,7 +23,7 @@ {% if latest %}
{% for gallery in latest|slice:":32" %} -
+
{% include "photologue/includes/gallery_sample.html" %}
{% endfor %} diff --git a/photologue_custom/templates/photologue/gallery_archive_year.html b/photologue_custom/templates/photologue/gallery_archive_year.html index 84f535c..44b1e3c 100644 --- a/photologue_custom/templates/photologue/gallery_archive_year.html +++ b/photologue_custom/templates/photologue/gallery_archive_year.html @@ -17,7 +17,7 @@ {% if object_list %}
{% for gallery in object_list %} -
+
{% include "photologue/includes/gallery_sample.html" %}
{% endfor %} diff --git a/photologue_custom/templates/taggit/tag_detail.html b/photologue_custom/templates/taggit/tag_detail.html index 5580877..1484f2e 100644 --- a/photologue_custom/templates/taggit/tag_detail.html +++ b/photologue_custom/templates/taggit/tag_detail.html @@ -8,7 +8,7 @@
{% for gallery in galleries %} -
+
{% include "photologue/includes/gallery_sample.html" %}
{% endfor %}