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 %}