Cool-Y.github.io/themes/next/layout/_partials/search.swig

10 lines
335 B
Plaintext
Raw Permalink Normal View History

2019-04-02 08:28:32 +00:00
{% if theme.algolia_search.enable %}
{% include '../_third-party/search/algolia-search/dom.swig' %}
{% elseif theme.swiftype_key %}
{% include 'search/swiftype.swig' %}
{% elseif theme.tinysou_Key %}
{% include 'search/tinysou.swig' %}
{% elseif theme.local_search.enable %}
{% include 'search/localsearch.swig' %}
{% endif %}