Test generation of gallery from gps-tagged (fixed) photographs from spain-2015

This commit is contained in:
2015-12-23 22:30:21 +00:00
parent 1022d750a5
commit c29894f171
5 changed files with 121 additions and 1 deletions

View File

@@ -57,11 +57,15 @@ layout: post
<dt>Camera</dt>
<dd>{{ page.exif.make }} {{ page.exif.model }}
{% if page.exif.aperture %}
<dt>Aperture</dt>
<dd>{{ page.exif.aperture }}</dd>
{% endif %}
{% if page.exif.aperture %}
<dt>Exposure</dt>
<dd>{{ page.exif.exposure }}</dd>
{% endif %}
{% if page.sizes %}
<dt>Sizes</dt>