diff options
| -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 %} |