From d1f2b3bb1f9bac022eb7c60da4f7f9bc49779aca Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 19 Dec 2023 21:53:35 +0100 Subject: [PATCH 1/3] 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 @@ - + From d7b577d9a201844bf513c27dae95ec2e6115a9c8 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Thu, 9 May 2024 03:07:29 +0200 Subject: [PATCH 2/3] Update _i18n/en.yml Co-authored-by: Keunes <11229646+keunes@users.noreply.github.com> --- _i18n/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index e998403b3..6abbb1400 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -27,7 +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" + website-menu: "Website menu" lang-menu: "Language switcher" copy: "Copy link" copied: "Link copied!" From dcb659d2e60d29b4fa24529aa101166e9f2f08fb Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Thu, 9 May 2024 03:07:34 +0200 Subject: [PATCH 3/3] Update _includes/nav.html Co-authored-by: Keunes <11229646+keunes@users.noreply.github.com> --- _includes/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/nav.html b/_includes/nav.html index 0f818e6b0..afc19c4df 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -52,7 +52,7 @@