From e40b247a9740e21d68116c2d28d51c40bdd042da Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 2 Feb 2019 17:05:18 +0000 Subject: Add OpenSearch and Google site search support --- app/templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'app/templates/base.html') 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 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} + {% block headextra %}{% endblock %} -- cgit v1.2.3