diff --git a/searx/static/themes/oscar/img/favicon.png b/searx/static/themes/oscar/img/favicon.png index 15b45753..3b961014 100644 Binary files a/searx/static/themes/oscar/img/favicon.png and b/searx/static/themes/oscar/img/favicon.png differ diff --git a/searx/static/themes/oscar/img/logo_searx_a.png b/searx/static/themes/oscar/img/logo_searx_a.png deleted file mode 100644 index 9427900c..00000000 Binary files a/searx/static/themes/oscar/img/logo_searx_a.png and /dev/null differ diff --git a/searx/static/themes/oscar/img/logo_searx_a_n.png b/searx/static/themes/oscar/img/logo_searx_a_n.png deleted file mode 100644 index 5b24aea8..00000000 Binary files a/searx/static/themes/oscar/img/logo_searx_a_n.png and /dev/null differ diff --git a/searx/static/themes/oscar/img/searx_logo.png b/searx/static/themes/oscar/img/searx_logo.png deleted file mode 100644 index 307b42f1..00000000 Binary files a/searx/static/themes/oscar/img/searx_logo.png and /dev/null differ diff --git a/searx/static/themes/oscar/img/searxng-logo.svg b/searx/static/themes/oscar/img/searxng-logo.svg new file mode 100644 index 00000000..b94fe372 --- /dev/null +++ b/searx/static/themes/oscar/img/searxng-logo.svg @@ -0,0 +1,56 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/searx/static/themes/oscar/img/searxng.svg b/searx/static/themes/oscar/img/searxng.svg new file mode 100644 index 00000000..5b55fa27 --- /dev/null +++ b/searx/static/themes/oscar/img/searxng.svg @@ -0,0 +1,96 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/searx/templates/oscar/index.html b/searx/templates/oscar/index.html index 3ddfbcd4..75c395f6 100644 --- a/searx/templates/oscar/index.html +++ b/searx/templates/oscar/index.html @@ -4,10 +4,10 @@
{{- "" -}}
{%- if cookies['oscar-style'] == 'pointhi' -%} -

searx logoSearXNG

+

searx logoSearXNG

{%- else -%} {%- endif -%}
{{- "" -}} diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py index cfaa4fb9..43b631cb 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -83,7 +83,7 @@ class ViewsTestCase(SearxTestCase): result = self.app.post('/') self.assertEqual(result.status_code, 200) self.assertIn(b'', result.data) def test_index_html_post(self):