Skip to content

Commit 2101d72

Browse files
committed
Removed Search index from home page search to match indexing order of Reference page
1 parent 9d217ae commit 2101d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /
1010
<form id="search" method="get" action="https://www.google.com/search">
1111
<input type="hidden" name="as_sitesearch" value="p5js.org">
1212
<input id="search_button" type="submit" aria-label="Search" class='sr-only'>
13-
<input tabindex="2" id='search_field' type="text" size="20" placeholder="Search p5js.org" name="q">
13+
<input id='search_field' type="text" size="20" placeholder="Search p5js.org" name="q">
1414
<label class="sr-only" for="search_field">Search p5js.org</label>
1515
</form>
1616

0 commit comments

Comments
 (0)