From 172910a2cffbf65c51f5d87ecf2d51eb0eba39c5 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:15:19 -0400 Subject: [PATCH] prefix --- _layouts/gallery_page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/gallery_page.html b/_layouts/gallery_page.html index 8a398ce..1ad82fa 100644 --- a/_layouts/gallery_page.html +++ b/_layouts/gallery_page.html @@ -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 }}" /> - {% 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 %} {% if has_exif %} Camera: {{ image_path | exif: 'model' }} @@ -45,3 +45,4 @@ {% include footer.html %} +