Skip to content

Commit

Permalink
Merge pull request mmistakes#119 from tomhoover/master
Browse files Browse the repository at this point in the history
added 'autofocus' to search page
  • Loading branch information
mmistakes committed Jan 27, 2015
2 parents 7956577 + 6376d68 commit f7fa0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -28,4 +28,4 @@ sitemap: false
<li><article>
<a href="##Url##">##Title## <span class="excerpt">##Excerpt##</span></a>
</article></li>
</script>
</script>

0 comments on commit f7fa0f6

Please sign in to comment.