try this one.

This commit is contained in:
Kameron Kenny 2024-07-01 20:22:18 -04:00
commit 568ea88de7
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "{page.path.split('/index.html')[0]}/#{image[0]}" } {% assign image_path = "{page.path.split('/index.html')[0]}/#{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' }}