diff options
author | luxagraf <sng@luxagraf.net> | 2024-09-27 08:27:13 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-09-27 08:27:13 -0500 |
commit | 16a38bf5d206b23b79b0cd2b6edd3673d9d9d70b (patch) | |
tree | 9e838484d71980d67bde1d8fec6b9bf20943de0a /templates/lib/img_pictall.html | |
parent | d3116d1d3c77d98daa0b69ea45ac628ef91ec029 (diff) |
jrnl: changed photo credit to use my name
Diffstat (limited to 'templates/lib/img_pictall.html')
-rw-r--r-- | templates/lib/img_pictall.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/lib/img_pictall.html b/templates/lib/img_pictall.html index 7d539e8..3897f8b 100644 --- a/templates/lib/img_pictall.html +++ b/templates/lib/img_pictall.html @@ -3,7 +3,7 @@ {% if caption %} <figure class="picfull">{%endif%} <a href="{%get_image_by_size image "original"%} " title="view larger image"><img class="picfull" sizes="(max-width: 680px) 100vw, (min-width: 681) 680px" srcset="{% for size in image.sizes.all%}{% get_image_by_size image size.slug %} {% if image.is_portait %}{% get_image_width image size.height %}w{%else%}{{size.width}}w{%endif%}{% if forloop.last%}"{%else%}, {%endif%}{%endfor%} - {% for size in image.sizes.all%}{%if forloop.first %} src="{% get_image_by_size image size.slug%}"{%endif%}{%endfor%} alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}" data-jslghtbx="{%get_image_by_size image "original"%}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}></a> + {% for size in image.sizes.all%}{%if forloop.first %} src="{% get_image_by_size image size.slug%}"{%endif%}{%endfor%} alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}Scott Gilbertson{%endif%}" data-jslghtbx="{%get_image_by_size image "original"%}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}></a> {% if caption %}<figcaption>{{image.caption|safe}}</figcaption> </figure> {% endif %} |