From c946262565741767ea8f18a766a86e542142da60 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 12 Oct 2021 17:30:37 +0200 Subject: [PATCH] Add margin between gallery samples --- photologue_custom/templates/photologue/gallery_archive.html | 2 +- .../templates/photologue/gallery_archive_year.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/photologue_custom/templates/photologue/gallery_archive.html b/photologue_custom/templates/photologue/gallery_archive.html index d68fcee..116d78c 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 %} -
+
{% 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 63db8b0..84f535c 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 %}