--- layout: default --- {% assign photo=page.photo %} {% capture photo_url %}{{ site.asset_prefix }}/gallery/{{ page.gallery }}/{{ photo.name }}{% endcapture %} {% capture gallery_url %}/{{ site.baseurl }}/gallery/{{ page.gallery }}{% endcapture %}
{% if photo.date %} {% endif %} {% if photo.latitude %} map {% endif %}
[ gallery ]

{{ photo.title }}

{% if photo.width %} {% assign max_width=photo.width %} {% else %} {% assign max_width=640 %} {% endif %} {% assign sizes=''|split:'' %} {% for size in site.photo_sizes %} {% if size[0] <= max_width %} {% assign sizes=sizes | push:size %} {% endif %} {% endfor %} {% if photo.width == 200 %} {% assign file='200x200' %} {% else %} {% assign file='640w' %} {% endif %} {% if false != page.slideshow %} {% capture url %}slideshow.html#{{ photo.name }}{% endcapture %} {% else %} {% capture url %}{{ photo_url }}~{{ file }}.jpg{% endcapture %} {% endif %}

Photo: {{ photo.title }}

{% if photo.description %}
{{ photo.description }}
{% endif %}
Date
{{ photo.date | date:'%A, %B %d at %I:%M %p' | replace:' 0',' ' | replace:' AM',' am' | replace:' PM',' pm' }} {% if photo.aperture %}
Camera
{{ photo.make }} {{ photo.model }}
{% endif %} {% if photo.aperture %}
Aperture
{{ photo.aperture }}
{% endif %} {% if photo.aperture %}
Exposure
{{ photo.exposure }}
{% endif %} {% if sizes %}
Sizes
{% for size in sizes %} {% if 0 < forloop.index0 %} · {% endif %} {% assign width=size[0] %} {% assign height=size[1] %} {% capture label %}{{ width }}x{{ height }}{% endcapture %} {% if width == 640 %} {% assign label='640' %} {% assign file='640w' %} {% else %} {% capture label %}{{ width }}x{{ height }}{% endcapture %} {% assign file=label %} {% endif %} {% if height > 0 %} {% endif %} {{ label }} {% endfor %}
{% endif %}
{% if photo.latitude %}
map
{% endif %}
{% if photo.next %}
{% endif %} {% if photo.previous %}
{% endif %}
Gallery List