From f762efde93abe3adf1a9c7ae38013eed6b8ecd1c Mon Sep 17 00:00:00 2001 From: Nicolas Lorin Date: Sat, 11 Mar 2023 11:00:18 +0100 Subject: [PATCH] Accessibility: no alt text for bg img --- layouts/partials/home/background.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/home/background.html b/layouts/partials/home/background.html index 8bce94c0..e5859b73 100644 --- a/layouts/partials/home/background.html +++ b/layouts/partials/home/background.html @@ -8,7 +8,7 @@ {{ with .Site.Params.defaultBackgroundImage }}{{ $homepageImage = resources.Get . }}{{ end }} {{ with .Site.Params.homepage.homepageImage }}{{ $homepageImage = resources.Get . }}{{ end }} {{ if not (eq $homepageImage "") }} - +