summaryrefslogtreecommitdiff
path: root/searx/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/base.html')
-rw-r--r--searx/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/base.html b/searx/templates/base.html
index de09f3584..848d3356f 100644
--- a/searx/templates/base.html
+++ b/searx/templates/base.html
@@ -7,6 +7,7 @@
<meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
<title>{% block title %}{% endblock %}searx</title>
<link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />
+ <link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.png') }}" />
{% block styles %}
{% endblock %}
{% block head %}