diff options
Diffstat (limited to 'searx/templates/legacy/base.html')
| -rw-r--r-- | searx/templates/legacy/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/legacy/base.html b/searx/templates/legacy/base.html index 152cd77f3..1e5232274 100644 --- a/searx/templates/legacy/base.html +++ b/searx/templates/legacy/base.html @@ -17,7 +17,7 @@ {% endblock %} {% block meta %}{% endblock %} {% block head %} - <link title="{{ instance_name }}" type="application/opensearchdescription+xml" rel="search" href="{{ url_for('opensearch') }}"/> + <link title="{{ instance_name }}" type="application/opensearchdescription+xml" rel="search" href="{{ opensearch_url }}"/> {% endblock %} </head> <body class="{{ endpoint }}_endpoint" > |