From 7fdfeca3a43e0e2bd8ef2dcb27cca7745edf596a Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 13 Jan 2017 22:15:11 +0100 Subject: [mod] add a __common__ template that can't be selected but that provides a common place for shared templates. What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html --- searx/templates/courgette/opensearch.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 searx/templates/courgette/opensearch.xml (limited to 'searx/templates/courgette/opensearch.xml') diff --git a/searx/templates/courgette/opensearch.xml b/searx/templates/courgette/opensearch.xml deleted file mode 100644 index 15d3eb792..000000000 --- a/searx/templates/courgette/opensearch.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - {{ instance_name }} - a privacy-respecting, hackable metasearch engine - UTF-8 - {{ urljoin(host, url_for('static', filename='img/favicon.png')) }} - searx metasearch - {% if opensearch_method == 'get' %} - - {% if autocomplete %} - - - - - {% endif %} - {% else %} - - - - {% if autocomplete %} - - - - - - {% endif %} - {% endif %} - -- cgit v1.2.3