
commit 613e254ca7bd16d9ed2532e41defe462f73e4d6a Author: Antonela <antonela@torproject.org> Date: Thu Nov 12 19:10:27 2020 +0000 Grants wants to have this link to the main portal and reported the current main / as a bug. Fixing it. --- templates/navbar-min.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/navbar-min.html b/templates/navbar-min.html index 0c75eea6..63af2328 100644 --- a/templates/navbar-min.html +++ b/templates/navbar-min.html @@ -13,7 +13,7 @@ {% endif %} <div> <div class="row"> - <a class="navbar-brand" href="{{ '/'|url(alt=this.alt) }}"> + <a class="navbar-brand" href="https://torproject.org"> <img alt="{{ 'The Tor Project' }}" src="{{ '/static/images/tor-logo@2x.png'|asseturl }}" > <span class="sr-only">Tor Logo</span> </a>
participants (1)
-
hiro@torproject.org