[tor-commits] [donate-static/master] Add Tor navbar
gus at torproject.org
gus at torproject.org
Fri Oct 22 20:37:20 UTC 2021
commit e809cc4a6ae50f8734fe7863b8c1a336664fe522
Author: gus <gus at torproject.org>
Date: Fri Oct 22 17:37:08 2021 -0300
Add Tor navbar
---
templates/meta.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/templates/meta.html b/templates/meta.html
index 321462e9..e51f5aff 100644
--- a/templates/meta.html
+++ b/templates/meta.html
@@ -21,3 +21,6 @@
<title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title>
{% block head %}{% endblock %}
</head>
+<header>
+ {% include 'navbar-min.html' %}
+</header>
More information about the tor-commits
mailing list