diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-02-02 17:05:18 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-02-02 17:05:18 +0000 |
| commit | e40b247a9740e21d68116c2d28d51c40bdd042da (patch) | |
| tree | 3f4246e16a50f19c4fa4bb33c08daf68fed54ab7 /app/templates/base.html | |
| parent | a79cc758edd201cb878326c7f6d846a4761daefd (diff) | |
| download | cheatdb-e40b247a9740e21d68116c2d28d51c40bdd042da.tar.xz | |
Add OpenSearch and Google site search support
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index 09ca939..facdd63 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -8,6 +8,7 @@ <title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title> <link rel="stylesheet" type="text/css" href="/static/bootstrap.css"> <link rel="stylesheet" type="text/css" href="/static/custom.css?v=6"> + <link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" /> {% block headextra %}{% endblock %} </head> |
