--- layout: default --- {% assign photo=page.photo %}
{% if photo.date %} {% endif %} {% if photo.location %} map {% endif %}

{{ content }}

[ list ]

{{ photo.title }}

{% assign maxsize = 0 %} {% assign maxref = false %} {% for size in photo.sizes %} {% if maxsize < size[1].height * size[1].width %} {% assign maxsize = size[1].height * size[1].width %} {% assign maxref = size %} {% endif %} {% endfor %}

Photo: {{ photo.title }}

{% if content %}
{{ content }}
{% 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 photo.sizes %}
Sizes
{% for size in photo.sizes %} {% if 0 < forloop.index0 %} · {% endif %} {{ size[1].width }}x{{size[1].height }} {% endfor %}
{% endif %}
{% if photo.location %}
map
{% endif %}
{% if photo.next %}
{% endif %} {% if photo.previous %}
{% endif %}
Gallery List