From 16a38bf5d206b23b79b0cd2b6edd3673d9d9d70b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 27 Sep 2024 08:27:13 -0500 Subject: jrnl: changed photo credit to use my name --- templates/lib/img_pictall.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/lib/img_pictall.html') 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 %}
{%endif%} {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} + {% 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%}> {% if caption %}
{{image.caption|safe}}
{% endif %} -- cgit v1.2.3-70-g09d2