1
0
mirror of synced 2025-12-23 03:44:00 -05:00
Files
docs/includes/search-form.html
Barry McGee eaa4a0be3a Move aria-hidden onto agolia form element
This hides the whole form element as it's third party and not accessible.
2021-01-08 00:08:26 +00:00

13 lines
282 B
HTML

<!--
This form is used in two places:
- On the homepage, front and center
- On all other pages, in the header
-->
<form class="mb-0" aria-hidden="true">
<div id="search-input-container">
<!-- Algolia instantsearch.js will add a search input here -->
</div>
</form>