commit f6585d506f1e5e1d2239b771d9811c67b6064e14 Author: hiro hiro@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>
tor-commits@lists.torproject.org