From c0a2dd9f28b8d35f06c7a97d60500ecd02b5d0c1 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 15 Nov 2022 17:21:04 -0800 Subject: [PATCH] Add alt text to the image in the photo/single template --- layouts/photos/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/photos/single.html b/layouts/photos/single.html index 71bba15..4346bff 100644 --- a/layouts/photos/single.html +++ b/layouts/photos/single.html @@ -14,7 +14,7 @@ {{ if eq (len $photos) 1 }} {{- $img := index $photos 0 -}} -
+
{{ . }}
{{ .Content }}