From dc68495d9768c609ba5ee65fa8df0acac37e7ce9 Mon Sep 17 00:00:00 2001 From: Matthew Stanciu Date: Tue, 14 Mar 2023 14:43:29 -0400 Subject: [PATCH] Fix broken images in gallery --- gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery.html b/gallery.html index e724774..9e8d098 100644 --- a/gallery.html +++ b/gallery.html @@ -14,7 +14,7 @@

Sprig workshop (9/27/2022)

{% for item in site.data.gallery %} {% if item.workshop == "sprig" %} - + Image of {{item.name}} made by {{item.author}}
  • "{{ item.name }}" by {{ item.author }}
  • {% endif %}