commit e069d90ca2d3d6858c7f10686530783301e52616 Author: Kim Le kle2@student.unimelb.edu.au Date: Wed Oct 14 13:20:18 2020 +1100
fixed path of favicon images --- templates/meta.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/meta.html b/templates/meta.html index e839d36..a265687 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -4,7 +4,7 @@ <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="{{ '/static/images/favicon/favicon.ico'|asseturl }}"> +<link rel="icon" type="image/x-icon" href="{{ '/static/images/favicon.ico'|asseturl }}"> <!-- Recommended favicon format --> -<link rel="icon" type="image/png" href="{{ '/static/images/favicon/favicon.png'|asseturl }}"> +<link rel="icon" type="image/png" href="{{ '/static/images/favicon.png'|asseturl }}"> <title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title>
tor-commits@lists.torproject.org