initial
This commit is contained in:
7
themes/next/layout/_partials/search/index.swig
Normal file
7
themes/next/layout/_partials/search/index.swig
Normal file
@ -0,0 +1,7 @@
|
||||
{% if theme.algolia_search.enable %}
|
||||
{% include 'algolia-search.swig' %}
|
||||
{% elif theme.swiftype_key %}
|
||||
{% include 'swiftype.swig' %}
|
||||
{% elif theme.local_search.enable %}
|
||||
{% include 'localsearch.swig' %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user