diff options
Diffstat (limited to 'app')
-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"> |