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_archive.html | |
parent | d3116d1d3c77d98daa0b69ea45ac628ef91ec029 (diff) |
jrnl: changed photo credit to use my name
Diffstat (limited to 'templates/lib/img_archive.html')
-rw-r--r-- | templates/lib/img_archive.html | 2 |
1 files changed, 1 insertions, 1 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 @@ <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%}"> + alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}Scott Gilbertson{%endif%}"> |