[tor-commits] [tpo/staging] Add favicon to file

emmapeel at torproject.org emmapeel at torproject.org
Tue Oct 15 08:36:58 UTC 2019


commit 1bf167991f17f35ad80fe393362dab9681bd6fa2
Author: Aadi Bajpai <me at aadibajpai.me>
Date:   Tue Oct 8 22:49:08 2019 +0530

    Add favicon to file
---
 templates/meta.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/templates/meta.html b/templates/meta.html
index 04b9e93..a301461 100644
--- a/templates/meta.html
+++ b/templates/meta.html
@@ -14,4 +14,8 @@
 <link rel="stylesheet" href="{{ '/static/css/digital-climate-strike/main.css'|asseturl }}">
 <link rel="stylesheet" href="{{ '/static/css/bootstrap.css'|asseturl }}">
 <link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}" rel="stylesheet">
+<!-- Standard favicon -->
+<link rel="icon" type="image/x-icon" href="https://www.torproject.org/static/images/favicon/favicon.ico">
+<!-- Recommended favicon format -->
+<link rel="icon" type="image/png" href="https://www.torproject.org/static/images/favicon/favicon.png">
 <title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title>





More information about the tor-commits mailing list