[tor-commits] [lego/master] Fix templates

hiro at torproject.org hiro at torproject.org
Fri Aug 23 12:10:40 UTC 2019


commit 25d6ecd37f7a75fb8e394e8e94bcdcf257158a4a
Author: hiro <hiro at torproject.org>
Date:   Fri Aug 23 14:10:38 2019 +0200

    Fix templates
---
 templates/navbar.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/navbar.html b/templates/navbar.html
index 782474e..db78178 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -31,7 +31,7 @@
             {% elif item.label == "Documentation" or item.label == "Blog" or item.label == "Jobs" %}
               <a class="nav-link" href="{{ item.path }}">
             {% else %}
-              <a class="nav-link" href="{{ item.path|url(alt=this.alt) }}">
+              <a class="nav-link" href="{{ item.path }}{{ this.alt }}">
             {% endif %}
             {{ _(item.label) }}
               {% if this.path == item.path %}



More information about the tor-commits mailing list