2025-2-26-fixed
This commit is contained in:
11
themes/next/layout/_partials/search/index.swig
Normal file
11
themes/next/layout/_partials/search/index.swig
Normal file
@ -0,0 +1,11 @@
|
||||
{%- if theme.algolia_search.enable or theme.local_search.enable %}
|
||||
<div class="search-pop-overlay">
|
||||
<div class="popup search-popup">
|
||||
{%- if theme.algolia_search.enable %}
|
||||
{% include 'algolia-search.swig' %}
|
||||
{% elif theme.local_search.enable %}
|
||||
{% include 'localsearch.swig' %}
|
||||
{%- endif %}
|
||||
</div>
|
||||
</div>
|
||||
{%- endif %}
|
||||
Reference in New Issue
Block a user