diff options
author | luxagraf <sng@luxagraf> | 2021-01-30 14:45:23 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-30 14:45:23 -0500 |
commit | 948da3231fe9da84d67a2c0bca0f60f7845fa7e5 (patch) | |
tree | a7c118f3e3df19d7d298b4a6d98ef600ef879378 /app | |
parent | f1081cd0e9ef9108b4bf9e663d355905fd5a55c5 (diff) |
lttr: finalized Range exif data format
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 ee6f198..41bf611 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> - <p>{{image.exif_make}} {{image.exif_model}} {%if image.exif_lens %}{{image.exif_lens}}{%endif%} {{image.exif_aperture}} at {{image.exif_iso}}</p> + {{image.exif_make}} {{image.exif_model}} {%if image.exif_lens %}{{image.exif_lens}}{%endif%} {{image.exif_aperture}} for {{image.exif_exposure}} at {{image.exif_iso}} </figcaption> </figure>{%endwith%} <article class="h-entry hentry content" itemscope itemType="http://schema.org/BlogPosting"> |