2021-04-20 11:24:17 +02:00
|
|
|
{%- if builder != "singlehtml" %}
|
|
|
|
<div id="searchbox" class="" role="search">
|
|
|
|
<form id="search-form" action="{{ pathto('search') }}" autocomplete="off" method="get">
|
2022-08-17 08:45:12 +02:00
|
|
|
<div class="input-group flex-nowrap">
|
|
|
|
<div class="input-group-prepend">
|
|
|
|
<div class="input-group-text border-right-0 bg-white py-3 pl-3 pr-2"><span class="fas fa-search"></span></div>
|
|
|
|
</div>
|
2022-09-19 11:48:09 +02:00
|
|
|
<input class="form-control py-3 pr-3 pl-3 h-100 border-left-0" type="search" name="q" placeholder="Search" aria-label="Search" id="searchinput" />
|
2022-08-17 08:45:12 +02:00
|
|
|
</div>
|
|
|
|
<input type="submit" style="visibility:hidden;position:absolute;display:block;">
|
2021-04-20 11:24:17 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
{%- endif %}
|