1
0
mirror of https://github.com/minio/docs.git synced 2025-05-28 00:41:14 +03:00
docs/source/_templates/searchbox.html
2022-09-16 13:46:52 -05:00

5 lines
289 B
HTML

{%- if pagename != "search" and builder != "singlehtml" %}
<form class="search" action="{{ pathto('search') }}" method="get" role="search">
<input type="text" class="search__text" name="q" aria-labelledby="searchlabel" placeholder="Search Documentation" />
</form>
{%- endif %}