gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: generate relative URLs


From: gnunet
Subject: [taler-www] branch master updated: generate relative URLs
Date: Tue, 10 Dec 2019 20:59:26 +0100

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

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 6bfcf18  generate relative URLs
6bfcf18 is described below

commit 6bfcf1874ec5341adf936cafbef0feb5bf542297
Author: Florian Dold <address@hidden>
AuthorDate: Tue Dec 10 20:59:23 2019 +0100

    generate relative URLs
---
 common/navigation.j2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index c8a645b..278a70c 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -1,6 +1,6 @@
 {% macro navlink(site, text) -%}
    <a class="nav-link {{ 'active' if filename == site else '' }}"
-      href="/{{ lang }}/{{ site }}">
+      href="{{ site }}">
     {{ text }}
    </a>
 {%- endmacro %}

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



reply via email to

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