Add jump link to the navigation menu
This commit is contained in:
parent
22b35921e8
commit
cafc42cf62
|
@ -43,6 +43,8 @@
|
||||||
{% block styles %}{% endblock %}
|
{% block styles %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a class="sr-only focus:not-sr-only" href="#footer">Jump to the navigation menu</a>
|
||||||
|
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
|
|
||||||
{# Add the Mastodon verification link so pages can be verified. #}
|
{# Add the Mastodon verification link so pages can be verified. #}
|
||||||
|
|
|
@ -40,6 +40,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="mt-16 mb-6">
|
<footer class="mt-16 mb-6">
|
||||||
|
<a id="footer" tabindex="-1"></a>
|
||||||
|
|
||||||
{% include 'main-menu.html.twig' %}
|
{% include 'main-menu.html.twig' %}
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue