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