|
@@ -3,7 +3,7 @@
|
3
|
3
|
<ShortName>{{ instance_name }}</ShortName>
|
4
|
4
|
<Description>a privacy-respecting, hackable metasearch engine</Description>
|
5
|
5
|
<InputEncoding>UTF-8</InputEncoding>
|
6
|
|
- <Image>{{ host }}{{ url_for('static', filename='img/favicon.png') | replace("/", "", 1) }}</Image>
|
|
6
|
+ <Image>{{ urljoin(host, url_for('static', filename='img/favicon.png')) }}</Image>
|
7
|
7
|
<LongName>searx metasearch</LongName>
|
8
|
8
|
{% if opensearch_method == 'get' %}
|
9
|
9
|
<Url type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/>
|