- Photo: {{ page.title }} + Photo: {{ page.title }}

{{ content }} @@ -32,7 +38,7 @@
Date
-
{{ page.date|date:'%A, %B %d, %Y at %I:%M %p'|replace:' 0',' '|replace:' AM',' am'|replace:' PM',' pm' }} +
{{ 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 }} diff --git a/_layouts/post.html b/_layouts/post.html index c1b9857..348f926 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,7 +9,7 @@ map {% endif %} {% if page.code %} - code + code {% endif %}