[enh] favicon added

This commit is contained in:
asciimoo 2013-12-01 23:52:49 +01:00
parent 5351104244
commit 5c8382c1ba
3 changed files with 12 additions and 6 deletions

View file

@ -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 %}