From 1274988c5fed1d8f23b244fba7408d6883d138cf Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 15 Mar 2019 21:57:12 -0600 Subject: added related items complete with template and styles --- design/templates/lib/img_archive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'design/templates/lib') diff --git a/design/templates/lib/img_archive.html b/design/templates/lib/img_archive.html index c256ebe..a512930 100644 --- a/design/templates/lib/img_archive.html +++ b/design/templates/lib/img_archive.html @@ -2,4 +2,4 @@ srcset="{{image.get_featured_jrnl}} 520w, {{image.get_picwide_sm}} 720w" src="{{image.get_featured_jrnl}}" alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}" - data-jslghtbx="{{image.get_image_by_size}}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}> + {% if not nolightbox %}data-jslghtbx="{{image.get_image_by_size}}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}{%endif%}> -- cgit v1.2.3