Skip to content

Instantly share code, notes, and snippets.

@jeffmcfadden
Created February 23, 2016 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffmcfadden/aa45027b83c26b4cf023 to your computer and use it in GitHub Desktop.
Save jeffmcfadden/aa45027b83c26b4cf023 to your computer and use it in GitHub Desktop.
---
layout: default
---
<div class="photo-post">
<div class="photo-post-photo">
<a href="{% asset_path "photos/{{page.photo_lg}}" %}"><img class="img" src="{% asset_path "photos/{{page.photo_sm}}" %}" /></a>
</div>
<div class="photo-post-caption">
<p class="desc">{{page.exif_desc}}</p>
<p>{{page.exif_datestring}}<br />
{{page.exif_model}}, Shutter: {{page.exif_shutter}}, <em>f</em>{{page.exif_fstop}}, ISO: {{page.exif_iso}}</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment