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 --- .../__common__/opensearch_response_rss.xml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 searx/templates/__common__/opensearch_response_rss.xml (limited to 'searx/templates/__common__/opensearch_response_rss.xml') diff --git a/searx/templates/__common__/opensearch_response_rss.xml b/searx/templates/__common__/opensearch_response_rss.xml new file mode 100644 index 000000000..ddb60fa5e --- /dev/null +++ b/searx/templates/__common__/opensearch_response_rss.xml @@ -0,0 +1,23 @@ + + + + Searx search: {{ q|e }} + {{ base_url }}?q={{ q|e }} + Search results for "{{ q|e }}" - searx + {{ number_of_results }} + 1 + {{ number_of_results }} + + -- cgit v1.2.3