From 89194a05118a4ba3a8252333037184a713b1d376 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:02:17 +0800 Subject: [PATCH] Add visually hidden heading for footer navigation --- src/_includes/main/footer.njk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_includes/main/footer.njk b/src/_includes/main/footer.njk index 6f717dc9..015b39cd 100644 --- a/src/_includes/main/footer.njk +++ b/src/_includes/main/footer.njk @@ -1,8 +1,7 @@ {% extends "global/footer.njk" %} {% block footerContent %} -

Made with ♥ by {{ sitemeta.siteAuthor.name }} since 11 September 2022

- +

Footer Navigation:

{% set currentUrl %}{{ page.url }}{% endset %}