mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
{%- 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.njk' %}
|
|
{% elif theme.local_search.enable %}
|
|
{% include 'localsearch.njk' %}
|
|
{%- endif %}
|
|
</div>
|
|
</div>
|
|
{%- endif %}
|