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 + app/templates/index.html | 15 +++++++++++++++ 2 files changed, 16 insertions(+) (limited to 'app/templates') 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 %} diff --git a/app/templates/index.html b/app/templates/index.html index e11b3c8..4d54b2d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -4,6 +4,21 @@ Welcome {% endblock %} +{% block scriptextra %} + +{% endblock %} + {% block content %}