From 9124d3d214e45ddad007e99c28f38872b8cefc5a Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 12 May 2025 18:35:30 -0400 Subject: themes/hugo-pt2021/layouts/partials/carousel.html: always generate alt attribute for img elements --- themes/hugo-pt2021/layouts/partials/carousel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-pt2021/layouts/partials/carousel.html b/themes/hugo-pt2021/layouts/partials/carousel.html index 1052160..0174b6b 100644 --- a/themes/hugo-pt2021/layouts/partials/carousel.html +++ b/themes/hugo-pt2021/layouts/partials/carousel.html @@ -59,7 +59,7 @@ {{if $src.width}} width='{{- $src.width -}}'{{- end}} {{if $src.height}} height='{{- $src.height -}}'{{- end}} - {{if (or $pic.tip $src.tip)}} alt='{{- default $pic.tip $src.tip -}}'{{- end}} + alt='{{if (or $pic.tip $src.tip)}}{{- default $pic.tip $src.tip -}}{{- end}}' /> {{- end -}} {{- else -}} @@ -78,7 +78,7 @@ {{/* emit img */}} {{- $pic.tip -}} {{- end -}} {{- end -}} -- cgit v1.2.3