Skip to content
Snippets Groups Projects
Unverified Commit 6d3e8999 authored by Philipp Winter's avatar Philipp Winter
Browse files

Merge branch 'enhancement/19774' into develop

parents c45439ce 20f10495
No related branches found
No related tags found
No related merge requests found
* FIXES https://bugs.torproject.org/19774
Add a favicon to BridgeDB's web UI.
Changes in version 0.10.1 - 2020-05-27
* FIXES https://bugs.torproject.org/33945
......
bridgedb/distributors/https/templates/assets/images/favicon.ico

4.19 KiB

......@@ -13,6 +13,7 @@
<meta name="description" content="Tor Bridges">
<meta name="author" content="The Tor Project">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
......
......@@ -175,7 +175,8 @@ def get_template_files():
'assets/font/*.svg',
'assets/font/*.eot',
'assets/js/*.js',
'assets/images/*.svg']
'assets/images/*.svg',
'assets/images/*.ico']
template_files = []
for include_pattern in include_patterns:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment