diff --git a/templates/base.html b/templates/base.html index 5ff35dc..0da863e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -295,18 +295,6 @@ {% include 'partial/github.html' %} {% endif %} - {% if PLUGINS and 'tipue_search' in PLUGINS %} - - - - - - {% endif %} - {% block additional_js %}{% endblock %} diff --git a/templates/search.html b/templates/search.html index 1252834..1a6128b 100644 --- a/templates/search.html +++ b/templates/search.html @@ -1,22 +1,25 @@ -{% if PLUGINS and 'tipue_search' in PLUGINS %} -{% extends 'base.html' %} -{% block title %}{{ _('Search') }} - {{ SITENAME|striptags }}{% endblock title %} +{% if PLUGINS and 'tipue_search' in PLUGINS %} {% extends 'base.html' %} {% +block title %}{{ _('Search') }} - {{ SITENAME|striptags }}{% endblock title %} {% block content %} -
-
-

{{ _('Search Results') }}

-
-
+
+

{{ _('Search Results') }}

+
+
-{% endblock content %} -{% endif %} +{% endblock content %} {% block additional_js %} + + + + + +{% endblock %} {% endif %}