Update _layouts/gallery_page.html
This commit is contained in:
parent
a5de5c7b61
commit
0b300cfd47
|
@ -36,7 +36,7 @@
|
|||
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_root = "/usr/local/jekyll/sites/photos.kameronkenny.com/_site/photos/san_francisco/" }
|
||||
{% 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 %}
|
||||
|
|
Loading…
Reference in New Issue