Add OpenSearch and Google site search support

This commit is contained in:
rubenwardy
2019-02-02 17:05:18 +00:00
parent a79cc758ed
commit e40b247a97
3 changed files with 25 additions and 0 deletions

View File

@@ -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>