File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 uswds-jekyll (5.0.0 )
5- jekyll (>= 4.0 )
5+ jekyll (>= 4.0 , < 5 )
66
77GEM
88 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 9797 {% if site.search_site_handle %}
9898 {% include components/search.html %}
9999 {% endif %}
100+ {% endif %}
100101
101- {% if header.type == 'extended' or header.type == 'extended-mega' %}
102+ {% if header.type == 'extended' or header.type == 'extended-mega' %}
102103 {% assign _secondary = header.secondary %}
103104 < div class ="usa-nav__secondary ">
104105 < ul class ="usa-unstyled-list usa-nav__secondary-links ">
Original file line number Diff line number Diff line change 1- < form accept-charset ="UTF-8 " action ="https://search.usa.gov/search " class ="usa-search usa-search-small js-search-form " method ="get ">
2- < input name ="utf8 " type ="hidden " value ="✓ "/>
3- < input id ="affiliate " name ="affiliate " type ="hidden " value ="{{ site.search_site_handle }} "/>
1+ < form
2+ accept-charset ="UTF-8 "
3+ action ="https://search.usa.gov/search "
4+ id ="search_form "
5+ method ="get "
6+ class ="usa-search usa-search--small js-search-form ">
7+ < input
8+ name ="utf8 "
9+ type ="hidden "
10+ value ="✓ " />
11+ < input
12+ id ="affiliate "
13+ name ="affiliate "
14+ type ="hidden "
15+ value ="{{ site.search_site_handle }} " />
416 < div role ="search ">
5- < label class ="usa-sr-only " for ="query "> Enter Search Term(s):</ label >
6- < input autocomplete ="off " class ="usagov-search-autocomplete " id ="query " name ="query " type ="search "/>
7- < button type ="submit ">
17+ < label for ="query " class ="usa-sr-only "> Enter Search Term(s):</ label >
18+ < input
19+ autocomplete ="off "
20+ class ="usa-input usagov-search-autocomplete "
21+ id ="query "
22+ name ="query "
23+ type ="search " />
24+ < button
25+ class ="usa-button "
26+ type ="submit "
27+ name ="commit ">
828 < span class ="usa-sr-only "> Search</ span >
929 </ button >
1030 </ div >
You can’t perform that action at this time.
0 commit comments