From 77df3b1de97036b3ea649e8bfd15c9ad78f8d914 Mon Sep 17 00:00:00 2001 From: protitude Date: Tue, 12 Nov 2024 16:35:54 -0700 Subject: [PATCH] fix skip to content link --- templates/layout/html.html.twig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/layout/html.html.twig b/templates/layout/html.html.twig index a15432f..4102b3a 100644 --- a/templates/layout/html.html.twig +++ b/templates/layout/html.html.twig @@ -51,14 +51,17 @@ -
+
+
{# Keyboard navigation/accessibility link to main content section in page.html.twig. #} - - {{ 'Skip to main content'|t }} - + {{ page_top }} {{ page }} {{ page_bottom }}