{% include header.html %} {% if page.date %} {{ page.date|date:"%b %d"|upcase }}{{ page.date|date:"%Y" }} {% endif %} {% if page.location %} {% endif %} {% if page.code %} {% endif %} {% if page.previous %} ← {% else %} ← {% endif %} {% if page.next %} → {% else %} → {% endif %} {{ page.title }} {% if page.date %} {{ page.date|date:'%A, %B %d, %Y' }} {% endif %} {% assign maxsize = 0 %} {% assign maxref = false %} {% for size in page.sizes %} {% if maxsize < size[1].height * size[1].width %} {% assign maxsize = size[1].height * size[1].width %} {% assign maxref = size %} {% endif %} {% endfor %} {% if content %} {{ content }} {% endif %} Date {{ page.date|date:'%A, %B %d at %I:%M %p'|replace:' 0',' '|replace:' AM',' am'|replace:' PM',' pm' }} Camera {{ page.exif.make }} {{ page.exif.model }} Aperture {{ page.exif.aperture }} Exposure {{ page.exif.exposure }} {% if page.sizes %} Sizes {% for size in page.sizes %} {% if 0 < forloop.index0 %} · {% endif %} {{ size[1].width }}x{{size[1].height }} {% endfor %} {% endif %} {% if page.location %} {% endif %} {% if page.next %} Next Photo » {% endif %} {% if page.previous %} « Previous {% endif %} Gallery List Tweet {% include disqus.html %} {% include footer.html %}