mirror of
https://github.com/minio/docs.git
synced 2025-09-20 16:42:14 +03:00
11 lines
486 B
HTML
11 lines
486 B
HTML
{%- if pagename != "search" and builder != "singlehtml" %}
|
|
<div id="searchbox" style="display: none" role="search">
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="{{ pathto('search') }}" method="get">
|
|
<input type="text" id="docs-search" name="q" aria-labelledby="searchlabel" placeholder="Search documentation" />
|
|
<input type="submit" value="{{ _('Go') }}" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script>$('#searchbox').show(0);</script>
|
|
{%- endif %} |