mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-23 10:37:10 +00:00
Merge pull request #119 from tomhoover/master
added 'autofocus' to search page
This commit is contained in:
commit
f7fa0f63bb
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
@ -28,4 +28,4 @@ sitemap: false
|
|||
<li><article>
|
||||
<a href="##Url##">##Title## <span class="excerpt">##Excerpt##</span></a>
|
||||
</article></li>
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue