diff --git a/templates/base.html b/templates/base.html index da4208f..bc6b122 100644 --- a/templates/base.html +++ b/templates/base.html @@ -69,7 +69,7 @@ href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/pygments/{{ PYGMENTS_STYLE|default('github') }}.min.css"> {% endif %} - {% if USE_TIPUE_SEARCH %} + {% if 'tipue_search' in PLUGINS %} @@ -156,7 +156,7 @@

{{ SITETITLE }}

{% if SITESUBTITLE %}

{{ SITESUBTITLE }}

{% endif %} - {% if USE_TIPUE_SEARCH %} + {% if 'tipue_search' in PLUGINS %} @@ -276,7 +276,7 @@ {% include 'partial/github.html' %} {% endif %} - {% if USE_TIPUE_SEARCH %} + {% if 'tipue_search' in PLUGINS %}