We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f64008 commit a5de52dCopy full SHA for a5de52d
src/_includes/navbar.njk
@@ -27,7 +27,7 @@
27
{% endif %}
28
{% endfor %}
29
</ul>
30
- <form class="d-flex" action="https://www.google.com/search" method="get">
+ <form class="d-flex" action="https://www.google.com/search" method="get" role="search">
31
<input id="query_string" name="q" class="form-control me-2" type="search" placeholder="Search" aria-label="Search" />
32
<input id="sitesearch" type="hidden" name="sitesearch" value="tei-c.org" />
33
<div class="btn-group">
0 commit comments