prefix
This commit is contained in:
parent
e6e10184eb
commit
172910a2cf
|
@ -36,7 +36,7 @@
|
||||||
width="{{ image[1] | divided_by: site.gallery.thumbnail_size.retina }}"
|
width="{{ image[1] | divided_by: site.gallery.thumbnail_size.retina }}"
|
||||||
height="{{ site.gallery.thumbnail_size.y | divided_by: site.gallery.thumbnail_size.retina }}" />
|
height="{{ site.gallery.thumbnail_size.y | divided_by: site.gallery.thumbnail_size.retina }}" />
|
||||||
</a>
|
</a>
|
||||||
{% assign image_path = image[0] %}
|
{% assign image_path = "/usr/local/jekyll/sites/photos.kameronkenny.com/_site/photos/san_francisco/" + image[0] %}
|
||||||
{% capture has_exif %}{{ image_path | exif: "exif?" }}{% endcapture %}
|
{% capture has_exif %}{{ image_path | exif: "exif?" }}{% endcapture %}
|
||||||
{% if has_exif %}
|
{% if has_exif %}
|
||||||
Camera: {{ image_path | exif: 'model' }}
|
Camera: {{ image_path | exif: 'model' }}
|
||||||
|
@ -45,3 +45,4 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue