[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[www] branch master updated: Inserting the skip tag
From: |
gnunet |
Subject: |
[www] branch master updated: Inserting the skip tag |
Date: |
Mon, 16 Jan 2023 17:01:51 +0100 |
This is an automated email from the git hooks/post-receive script.
stefan-kuegel pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new ba957a74 Inserting the skip tag
ba957a74 is described below
commit ba957a74f8933e3c375432a56f688586f3c95fd6
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Mon Jan 16 17:01:33 2023 +0100
Inserting the skip tag
---
common/navigation.j2.inc | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 0fa41799..4c317053 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -1,12 +1,3 @@
-<!--
- <div id="header" class="">
- <ul class="skip">
- <li><a href="#nav">jump to main navigation</a></li>
- <li><a href="#content">jump to main content</a></li>
- <li><a href="#footer">jump to footer</a></li>
- </ul>
- </div>
--->
<noscript>
<style>
.collapse
@@ -15,6 +6,10 @@
}
</style>
</noscript>
+<div id="skip">
+<a href="#maincontent" class="skip">{% trans %}Skip to main content{% endtrans
%}</a>
+</div>
+
<nav class="navbar top navbar-expand-md bg-near-black">
<!--<a class="navbar-brand" href="{{ url_localized('index.html') }}">GNUnet
<img src="{{ url_static('images/gnunet-logo-dark-only-text.png') }}"
alt="GNUnet" height="25px" />
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [www] branch master updated: Inserting the skip tag,
gnunet <=