diff options
Diffstat (limited to 'searx/templates/base.html')
-rw-r--r-- | searx/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/base.html b/searx/templates/base.html index b1b051fad..58a278a29 100644 --- a/searx/templates/base.html +++ b/searx/templates/base.html @@ -5,6 +5,7 @@ <meta http-equiv="content-language" content="en" /> <meta name="description" content="" /> <meta name="keywords" content="" /> + <link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/> <title>searx {% block title %}{% endblock %}</title> <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" /> {% block styles %} |