_layouts/search.html in fenton-jekyll-boilerplate-0.0.11 vs _layouts/search.html in fenton-jekyll-boilerplate-0.0.12
- old
+ new
@@ -5,10 +5,10 @@
<header>
<h1>{{ page.title }}</h1>
</header>
<div>
{{ content }}
- <form method="GET" action="{{ site.search_fallback_url }}" id="site-search" class="site-search note" autocomplete="off">
+ <form method="GET" action="{{ site.search_fallback_url }}" role="search" id="site-search" class="site-search note" autocomplete="off">
<fieldset>
<input type="hidden" name="{{ site.search_fallback_site }}" value="{{ site.url | prepend: 'site:' }}" />
<div>
<label for="site-search-query">{{ 'search' | t: 'search_for' }}</label>
<input type="text" name="{{ site.search_fallback_query }}" id="site-search-query" autofocus="autofocus" />