diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-11 19:43:30 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-11 19:43:30 +0100 |
| commit | f4dcfa0206281ab6f94b6176161ca5374b105cf9 (patch) | |
| tree | fef5d4aa7d334b8c4004f2969a00aea826665190 | |
| parent | 2c279d92481967d876fc7618d6a6a1fdbace0c62 (diff) | |
[enh] new favicon added
| -rw-r--r-- | searx/static/img/favicon.png | bin | 495 -> 3208 bytes | |||
| -rw-r--r-- | searx/templates/base.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/img/favicon.png b/searx/static/img/favicon.png Binary files differindex 0e3863cd0..cefbac496 100644 --- a/searx/static/img/favicon.png +++ b/searx/static/img/favicon.png diff --git a/searx/templates/base.html b/searx/templates/base.html index 8175836ec..683ed4ed3 100644 --- a/searx/templates/base.html +++ b/searx/templates/base.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=1" /> <title>{% block title %}{% endblock %}searx</title> <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" /> - <link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.png') }}" /> + <link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.png') }}?v=2" /> {% block styles %} {% endblock %} {% block head %} |