Add tntsearch dropdown
This commit is contained in:
parent
1ff67e5411
commit
3a23fd4db0
@ -49,6 +49,7 @@
|
|||||||
<div id="header">
|
<div id="header">
|
||||||
<a id="logo" href="{{ theme_config.home_url ?: base_url_absolute }}">{% include 'partials/logo.html.twig' %}</a>
|
<a id="logo" href="{{ theme_config.home_url ?: base_url_absolute }}">{% include 'partials/logo.html.twig' %}</a>
|
||||||
{# {% include 'partials/search.html.twig' %} #}
|
{# {% include 'partials/search.html.twig' %} #}
|
||||||
|
{% embed 'partials/tntsearch.html.twig' with { limit: 10, snippet: 150, min: 3, search_type: 'auto', dropdown: true } %}{% endembed %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% include 'partials/sidebar.html.twig' %}
|
{% include 'partials/sidebar.html.twig' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user