From 9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 7 May 2022 15:11:05 +0200 Subject: theme: remove __common__ --- searx/templates/__common__/opensearch.xml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 searx/templates/__common__/opensearch.xml (limited to 'searx/templates/__common__/opensearch.xml') diff --git a/searx/templates/__common__/opensearch.xml b/searx/templates/__common__/opensearch.xml deleted file mode 100644 index 230f327a5..000000000 --- a/searx/templates/__common__/opensearch.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - {{ instance_name }} - a privacy-respecting, hackable metasearch engine - UTF-8 - {{ url_for('static', filename='img/favicon.png', _external=True) }} - searx metasearch - {% if opensearch_method == 'get' %} - - {% else %} - - - - {% endif %} - {% if autocomplete %} - - {% endif %} - - - -- cgit v1.2.3