From 942e62a7e330184cd8afa5f146fd78dc19afd551 Mon Sep 17 00:00:00 2001 From: Leilukin 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 %}