From 0bbe216ebdd9f3b3d5362f6b99a6ad59f853e01a Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 15 Mar 2022 15:45:17 +0200 Subject: [PATCH] fix: Add a skipnav link (#3645) Fixes #3632. --- ietf/templates/base.html | 80 ++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/ietf/templates/base.html b/ietf/templates/base.html index bc466b057..ac9d595db 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -35,6 +35,46 @@ + Skip to main content +
{% if request.COOKIES.left_menu == "on" and not hide_menu %} @@ -103,46 +143,6 @@ {% endblock %}
- {# placing the navbar here moves it to the bottom of the page for text-based browsers #} - {% block js %} {% endblock %}