From 90520c5d3519759c4a4c4c89e0e64c84b5d4978f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Apr 2023 14:21:23 -0400 Subject: [PATCH] Add missing alt text for gallery pic --- themes/red/layouts/_default/art.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/red/layouts/_default/art.html b/themes/red/layouts/_default/art.html index 0488479..b9cf2ba 100644 --- a/themes/red/layouts/_default/art.html +++ b/themes/red/layouts/_default/art.html @@ -4,7 +4,7 @@
{{ with resources.Get "pics/pic-gallery.png" }} - + Gallery {{ end }} {{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "art") }}