From 87ffee9fcf6dc3255b5d7346122ba32606430dcf Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 17 Jul 2022 10:58:40 +0530 Subject: [PATCH] Remove alt for label.icon considering "iconic images that are redundant with text next to them or purely decorative should have alt="" instead." from https://validator.w3.org/ --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 63cf652c..1e29e75a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -60,10 +60,10 @@ {{- $img = $img.Resize "x30" }} {{- end }} {{- end }} - logo {{- else }} - logo {{- end -}} {{- end -}}