gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: Corrections to the navbar


From: gnunet
Subject: [taler-www] branch master updated: Corrections to the navbar
Date: Wed, 21 Dec 2022 13:30:08 +0100

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 50a664e  Corrections to the navbar
50a664e is described below

commit 50a664efdd2f50484f838fc688411a18c916b6f7
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Wed Dec 21 13:29:43 2022 +0100

    Corrections to the navbar
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 common/navigation.j2.inc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 3431e4c..a82ea67 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -6,8 +6,10 @@
   </a>
 </li>
 {%- endmacro %}
-<div id="skip"><a href="#maincontent" class="skip">{% trans %}Skip to main 
content{% endtrans %}</a></div>
-<nav class="navbar navbar-expand-lg navbar-light">
+<div id="skip">
+<a href="#maincontent" class="skip">{% trans %}Skip to main content{% endtrans 
%}</a>
+</div>
+
 <div class="container">
   <nav class="navbar navbar-expand-lg border-bottom">
     <div class="container-fluid">
@@ -22,7 +24,6 @@
               aria-expanded="false"
               aria-label="Toggle navigation">
         <span class="navbar-toggler-icon"></span>
-
       </button>
 <div class="collapse navbar-collapse" id="navbarNavAltMarkup">
         <ul class="navbar-nav me-lg-auto">
@@ -32,7 +33,7 @@
           {{ navlink('development.html', _('Development')) }}
           {{ navlink('news/index.html', _('News')) }}
           <li class="nav-item mx-2">
-            <a class="nav-link" href="https://taler-systems.com/"; 
target="_blank" rel="noopener noreferrer">{{ _('Company') }}</a>
+            <a class="nav-link" href="https://taler-systems.com/"; 
target="_blank" rel="noopener noreferrer">{% trans %}Company{% endtrans %}</a>
           </li>
         </ul>
         <div class="nav-item dropdown">
@@ -101,6 +102,5 @@
         </div>
       </div>
     </div>
-  </div>
-</nav>
+  </nav>
 </div>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]