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_archive.html | 2 +- templates/lib/img_cluster.html | 2 +- templates/lib/img_picfull.html | 2 +- templates/lib/img_pictall.html | 2 +- templates/lib/img_picwide.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/lib/img_archive.html b/templates/lib/img_archive.html index 951155a..fa23195 100644 --- a/templates/lib/img_archive.html +++ b/templates/lib/img_archive.html @@ -3,4 +3,4 @@ {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} + alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}Scott Gilbertson{%endif%}"> diff --git a/templates/lib/img_cluster.html b/templates/lib/img_cluster.html index 9e7d8a3..317bf8b 100644 --- a/templates/lib/img_cluster.html +++ b/templates/lib/img_cluster.html @@ -1,6 +1,6 @@ {% load get_image_by_size %}{% if caption or exif %}
{%endif%} - {%if image.alt %}{{image.alt}}{%else%}{{image.title}}{%endif%} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} + {%if image.alt %}{{image.alt}}{%else%}{{image.title}}{%endif%} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}Scott Gilbertson{%endif%} {% if caption or exif %}
{% endif %}{% if caption %}{{image.caption|safe}}{% endif %}{% if exif %} | Camera: {{image.exif_make}} {{image.exif_model}} with {{image.exif_lens}}{% endif %}{% if caption or exif %}
{% endif %} diff --git a/templates/lib/img_picfull.html b/templates/lib/img_picfull.html index 15dd5f6..b5b1642 100644 --- a/templates/lib/img_picfull.html +++ b/templates/lib/img_picfull.html @@ -3,7 +3,7 @@ {% if caption or exif or image.photo_credit_source %} {%else%}{%if not is_cluster %}
{%endif%}{%endif%} - {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} + {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}Scott Gilbertson{%endif%} {% if caption or exif or image.photo_credit_source %}
{% endif %}{% if caption %}{{image.caption|safe}}{% endif %}{% if exif %} | Camera: {{image.exif_make}} {{image.exif_model}} with {{image.exif_lens}}{% endif %}{% if image.photo_credit_source %}{%if caption or exif %} | {%endif%}image by {% if image.photo_credit_url %}{%endif%}{%endif%}{% if caption or exif or image.photo_credit_source %}
{%else%}{%if not is_cluster %}
{%endif%} 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 %} diff --git a/templates/lib/img_picwide.html b/templates/lib/img_picwide.html index fc4bd48..871a97e 100644 --- a/templates/lib/img_picwide.html +++ b/templates/lib/img_picwide.html @@ -1,6 +1,6 @@ {% load get_image_by_size %}{% if caption or exif or image.photo_credit_source %}{%else%}{%if not is_cluster %}
{%endif%}{%endif%} - {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} + {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}Scott Gilbertson{%endif%} {% if caption or exif or image.photo_credit_source %}
{% endif %}{% if caption %}{{image.caption|safe}}{% endif %}{% if exif %} | Camera: {{image.exif_make}} {{image.exif_model}} with {{image.exif_lens}}{% endif %}{% if image.photo_credit_source %}{%if caption or exif %} | {%endif%}image by {% if image.photo_credit_url %}{%endif%}{%endif%}{% if caption or exif or image.photo_credit_source %}
{%else%}{%if not is_cluster %}
{%endif%} -- cgit v1.2.3-70-g09d2