[tor-commits] [newsletter/master] Fix url to home in navbar

hiro at torproject.org hiro at torproject.org
Thu Jan 3 13:04:52 UTC 2019


commit f6585d506f1e5e1d2239b771d9811c67b6064e14
Author: hiro <hiro at torproject.org>
Date:   Thu Jan 3 14:04:46 2019 +0100

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

diff --git a/templates/navbar.html b/templates/navbar.html
index bd83520..ca05bd7 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -1,5 +1,5 @@
 <nav class="navbar no-background navbar-expand-lg navbar-dark fixed-top bg-primary">
-  <a class="navbar-brand" href="/">
+  <a class="navbar-brand" href="{{ '/'|url }}">
     <img src="{{ '/static/images/tor-logo.svg'|asseturl }}" >
     <span class="sr-only">Tor Logo</span>
   </a>



More information about the tor-commits mailing list