Merge pull request #119 from tomhoover/master

added 'autofocus' to search page
This commit is contained in:
Michael Rose 2015-01-27 10:26:35 -05:00
commit f7fa0f63bb

View file

@ -13,7 +13,7 @@ sitemap: false
<!-- Search form -->
<form method="get" action="{{ site.url }}/search/" data-search-form class="simple-search">
<label for="q">Search {{ site.title }} for:</label>
<input type="search" name="q" id="q" placeholder="What are you looking for?" data-search-input id="goog-wm-qt" />
<input type="search" name="q" id="q" placeholder="What are you looking for?" data-search-input id="goog-wm-qt" autofocus />
<input type="submit" value="Search" id="goog-wm-sb" />
</form>