diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-12-01 23:52:49 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-12-01 23:52:49 +0100 |
| commit | 5c8382c1ba46ddef8d58c01b7517a156b305635c (patch) | |
| tree | 85805b0e1ad2e2833371a1188f0ca5105c80eda1 /searx/templates/base.html | |
| parent | 5351104244da929b18309fe868877fcd0a024517 (diff) | |
[enh] favicon added
Diffstat (limited to 'searx/templates/base.html')
| -rw-r--r-- | searx/templates/base.html | 1 |
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 %} |