This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit 71f7b2c98a227f6f5802fb762c8efd10d6e83a6c Author: kez kez@torproject.org AuthorDate: Thu May 26 15:28:25 2022 -0700
Fix favicon --- frontend/templates/meta.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/templates/meta.html b/frontend/templates/meta.html index dab26fe..7715454 100644 --- a/frontend/templates/meta.html +++ b/frontend/templates/meta.html @@ -16,9 +16,9 @@ <link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/v4-shims.min.css'|asseturl }}"> <!-- Standard favicon --> - <link rel="icon" type="image/x-icon" href="https://www.torproject.org/static/images/favicon/favicon.ico"> + <link rel="icon" type="image/x-icon" href="{{ 'static/images/favicon.ico' | asseturl }}"> <!-- Recommended favicon format --> - <link rel="icon" type="image/png" href="https://www.torproject.org/static/images/favicon/favicon.png"> + <link rel="icon" type="image/png" href="{{ 'static/images/favicon.png' | asseturl }}"> <title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title> <style> /* the extremely specific selector is needed to override the `.container-fluid.bg-dark.footer` lego style */