From c9c195d4769acf735cb748e381f54db59eaa2949 Mon Sep 17 00:00:00 2001 From: Denver Prophit Jr Date: Tue, 9 Apr 2019 21:20:35 -0400 Subject: [PATCH] Improve search `input` semantics (#2123) * Update search_form.html Updates Issue #2122 by adding the correct input type and aria label. * update search_form.html should be area-placeholder. My mistake. Updates Issue #2122 * fix aria-placeholder Updates issue #2123 with a typo found by @mmistakes for liquid syntax. Close #2122 --- _includes/search/search_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/search/search_form.html b/_includes/search/search_form.html index 375307c..925f6cd 100644 --- a/_includes/search/search_form.html +++ b/_includes/search/search_form.html @@ -2,11 +2,11 @@ {%- assign search_provider = site.search_provider | default: "lunr" -%} {%- case search_provider -%} {%- when "lunr" -%} - +
{%- when "google" -%}
- +
-- 2.43.0