Compare commits
No commits in common. "568ea88de74a4b50d1c32db9038fbee4d0094ca7" and "0b300cfd47125c2912c0ec4c6a3e67b5232f5c0e" have entirely different histories.
568ea88de7
...
0b300cfd47
|
@ -36,7 +36,8 @@
|
|||
width="{{ image[1] | divided_by: site.gallery.thumbnail_size.retina }}"
|
||||
height="{{ site.gallery.thumbnail_size.y | divided_by: site.gallery.thumbnail_size.retina }}" />
|
||||
</a>
|
||||
{% assign image_path = "{page.path.split('/index.html')[0]}/#{image[0]}" %}
|
||||
{% assign image_root = "/usr/local/jekyll/sites/photos.kameronkenny.com/_site/photos/san_francisco/" %}
|
||||
{% assign image_path = image_root.concat(image[0]) %}
|
||||
{% capture has_exif %}{{ image_path | exif: "exif?" }}{% endcapture %}
|
||||
{% if has_exif %}
|
||||
Camera: {{ image_path | exif: 'model' }}
|
||||
|
|
Before Width: | Height: | Size: 4.2 MiB After Width: | Height: | Size: 4.2 MiB |
Loading…
Reference in New Issue