diff options
Diffstat (limited to 'templates/lib/img_archive.html')
-rw-r--r-- | templates/lib/img_archive.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/lib/img_archive.html b/templates/lib/img_archive.html index 4ff8e8a..951155a 100644 --- a/templates/lib/img_archive.html +++ b/templates/lib/img_archive.html @@ -3,5 +3,4 @@ <img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px" srcset="{{featured}} 520w, {%get_image_by_size image 'picwide-sm'%} 720w" src="{{featured}}" - alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}" - {% if not nolightbox %}data-jslghtbx="{{image.get_image_by_size}}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}{%endif%}> + alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}"> |