This commit is contained in:
2019-05-30 18:52:14 +08:00
commit aa360a22bf
341 changed files with 30369 additions and 0 deletions

View 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 %}