|
@@ -14,7 +14,7 @@
|
|
<div id="search-box">
|
|
<div id="search-box">
|
|
{{ if eq site.Params.search.engine 1 }}
|
|
{{ if eq site.Params.search.engine 1 }}
|
|
<input name="q" id="search-query" placeholder="{{i18n "search_placeholder"}}" autocapitalize="off"
|
|
<input name="q" id="search-query" placeholder="{{i18n "search_placeholder"}}" autocapitalize="off"
|
|
- autocomplete="off" autocorrect="off" spellcheck="false" type="search">
|
|
|
|
|
|
+ autocomplete="off" autocorrect="off" spellcheck="false" type="search" class="form-control">
|
|
{{ else }}
|
|
{{ else }}
|
|
<!-- Search box will appear here -->
|
|
<!-- Search box will appear here -->
|
|
{{ end }}
|
|
{{ end }}
|