commit 2a8ddd1b0a2f276dddb0848c3ed29f0d264a9e05 Author: hiro hiro@torproject.org Date: Tue Oct 20 15:38:59 2020 +0200
Use navbar-min --- templates/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/meta.html b/templates/meta.html index 478f22db..17a9652f 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -20,5 +20,5 @@ <title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title> <body class="no-gutters"> <header> - {% include 'navbar.html' %} + {% include 'navbar-min.html' %} </header>