From cafc42cf62992f64d733c57c0e33d4d00e3eaa72 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 17 Dec 2024 19:15:48 +0000 Subject: [PATCH] Add jump link to the navigation menu --- source/_layouts/base.html.twig | 2 ++ source/_layouts/default.html.twig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index ba08a042..41348441 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -43,6 +43,8 @@ {% block styles %}{% endblock %} + Jump to the navigation menu + {% block body %}{% endblock %} {# Add the Mastodon verification link so pages can be verified. #} diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 20ca8b5c..1f5abf8e 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -40,6 +40,8 @@