diff options
author | luxagraf <sng@luxagraf> | 2021-01-30 20:26:55 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-30 20:26:55 -0500 |
commit | 5f3cc93e1b264b62c8f32ac4ae4fce1596ec7665 (patch) | |
tree | ce1ab1cb1f4088c88805b3b124f09432c78e64f6 /app/lttr/templates | |
parent | 513b00c597f3dde97aa3714324dedde49befb9e6 (diff) |
lttr: fixed exif data for Range detail pages
Diffstat (limited to 'app/lttr/templates')
-rw-r--r-- | app/lttr/templates/lttr/range_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/templates/lttr/range_detail.html b/app/lttr/templates/lttr/range_detail.html index 54b0c2c..c17ccc7 100644 --- a/app/lttr/templates/lttr/range_detail.html +++ b/app/lttr/templates/lttr/range_detail.html @@ -78,7 +78,7 @@ alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}"> </a> <figcaption class="exif-caption"> - {{image.exif_make}} {{image.exif_model}} {%if image.exif_lens %}{{image.exif_lens}}{%endif%} f/{{image.exif_aperture}} for {{image.exif_exposure}} sec at {{image.exif_iso}} ISO. + {{image.exif_make}} {{image.exif_model}} {%if image.exif_lens %} with a {{image.exif_lens}} lens, {%endif%} f/{{image.exif_aperture}} for {{image.exif_exposure}} sec at {{image.exif_iso}} ISO. </figcaption> </figure>{%endwith%} <article class="h-entry hentry content" itemscope itemType="http://schema.org/BlogPosting"> |