From d1f2b3bb1f9bac022eb7c60da4f7f9bc49779aca Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 19 Dec 2023 21:53:35 +0100 Subject: [PATCH] fix(accessibility): fix missing alt for img Error: An img element must have an alt attribute, except under certain conditions. Source: Nu Html Checker --- _i18n/en.yml | 1 + _includes/nav.html | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index 549233349..e998403b3 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -27,6 +27,7 @@ generic: page-not-found-short: "Page not found" page-not-found-long: "The requested page could not be found." accessibility: + section-menu: "Section menu" lang-menu: "Language switcher" copy: "Copy link" copied: "Link copied!" diff --git a/_includes/nav.html b/_includes/nav.html index e971e324f..0f818e6b0 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -51,8 +51,9 @@ - +