gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] branch stable updated (5cbb00b -> 22cbcb6)


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch stable updated (5cbb00b -> 22cbcb6)
Date: Thu, 27 Jun 2019 22:55:44 +0200

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

marcello pushed a change to branch stable
in repository www.

    from 5cbb00b  #5786
     add 22cbcb6  absolutize navbar links

No new revisions were added by this update.

Summary of changes:
 common/navigation.j2.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 74d932b..79716df 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -11,9 +11,9 @@
     </button>
     <div class="collapse navbar-collapse" id="navbarMain">
     <ul class="navbar-nav mr-auto">
-      <li class="{{ 'active' if filename == 'index.html' else '' }}"><a 
class="navbar-brand taler_home" href="index.html">Taler</a></li>
-      <li class="nav-item {{ 'active' if filename == 'features.html' else '' 
}}"><a class="nav-link" href="features.html">{{ _("Features") }} </a></li>
-      <li class="nav-item {{ 'active' if filename == 'principles.html' else '' 
}}"><a class="nav-link" href="principles.html">{{ _("Principles") }} </a></li>
+      <li class="{{ 'active' if filename == 'index.html' else '' }}"><a 
class="navbar-brand taler_home" href="https://taler.net/{{ lang 
}}/index.html">Taler</a></li>
+      <li class="nav-item {{ 'active' if filename == 'features.html' else '' 
}}"><a class="nav-link" href="https://taler.net/{{ lang }}/features.html">{{ 
_("Features") }} </a></li>
+      <li class="nav-item {{ 'active' if filename == 'principles.html' else '' 
}}"><a class="nav-link" href="https://taler.net/{{ lang }}/principles.html">{{ 
_("Principles") }} </a></li>
       <li class="nav-item"><a class="nav-link" 
href="https://docs.taler.net/";>{{ _("Docs") }} </a></li>
       <li class="nav-item {{ 'active' if filename == 'team.html' else '' 
}}"><a class="nav-link" href="team.html">{{ _("Team") }}</a></li>
     </ul>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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