Compare commits

..

3 Commits

Author SHA1 Message Date
Kameron Kenny 568ea88de7
try this one. 2024-07-01 20:22:18 -04:00
Kameron Kenny d34abd4877
try this one. 2024-07-01 20:19:12 -04:00
Kameron Kenny 4ebbdbd128
rename file 2024-07-01 20:18:59 -04:00
2 changed files with 1 additions and 2 deletions

View File

@ -36,8 +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_root = "/usr/local/jekyll/sites/photos.kameronkenny.com/_site/photos/san_francisco/" %} {% assign image_path = "{page.path.split('/index.html')[0]}/#{image[0]}" %}
{% assign image_path = image_root.concat(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' }}

View File

Before

Width:  |  Height:  |  Size: 4.2 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB