~xdavidwu/xdavidwu.link

9c35293e828cca028ee0ec28d8c6d831ed64d759 — xdavidwu 3 years ago 53a300f
search: autocomplete off
1 files changed, 1 insertions(+), 1 deletions(-)

M _includes/search/search_form.html
M _includes/search/search_form.html => _includes/search/search_form.html +1 -1
@@ 6,7 6,7 @@
    <label class="sr-only" for="search">
      {{ site.data.ui-text[site.locale].search_label_text | default: 'Enter your search term...' }}
    </label>
    <input type="search" id="search" class="search-input" tabindex="-1" placeholder="{{ site.data.ui-text[site.locale].search_placeholder_text | default: 'Enter your search term...' }}" />
    <input type="search" id="search" class="search-input" tabindex="-1" autocomplete="off" placeholder="{{ site.data.ui-text[site.locale].search_placeholder_text | default: 'Enter your search term...' }}" />
  </form>
  <div id="results" class="results"></div>
  {%- when "google" -%}