From ea264309f7e503a6e5b074ee4ce9afc2dba8d18a Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 3 Dec 2024 19:11:25 -0600 Subject: [PATCH] Type fix --- content/blog/galleries.md | 4 ++-- content/galleryImage.njk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/blog/galleries.md b/content/blog/galleries.md index d76d8cb..be830c9 100644 --- a/content/blog/galleries.md +++ b/content/blog/galleries.md @@ -107,7 +107,7 @@ eleventyComputed:
{% if picture.previousImage %} - + {% endif %} @@ -115,7 +115,7 @@ eleventyComputed: {% if picture.nextImage %} - + {% endif %}
diff --git a/content/galleryImage.njk b/content/galleryImage.njk index 4c8abc8..ad00e4c 100644 --- a/content/galleryImage.njk +++ b/content/galleryImage.njk @@ -15,7 +15,7 @@ eleventyComputed:
{% if picture.previousImage %} - + {% endif %} @@ -23,7 +23,7 @@ eleventyComputed: {% if picture.nextImage %} - + {% endif %}