From fb6dbfd702d01c234346bdd170c527004e05891f Mon Sep 17 00:00:00 2001 From: Eric Fung Date: Mon, 3 Dec 2018 08:38:33 -0500 Subject: [PATCH] Fix function name for Google Custom Search (#1983) fbafe58e40b1bd4a2628aef1eb5955ab57dcfaf4 renamed the function in the scripts file, but did not rename the call sites. --- _includes/search/search_form.html | 4 ++-- _layouts/search.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/search/search_form.html b/_includes/search/search_form.html index 329c30d..375307c 100644 --- a/_includes/search/search_form.html +++ b/_includes/search/search_form.html @@ -5,7 +5,7 @@
{%- when "google" -%} -
+
@@ -15,4 +15,4 @@
{%- endcase -%} -
\ No newline at end of file + diff --git a/_layouts/search.html b/_layouts/search.html index c0b8c32..d18f223 100644 --- a/_layouts/search.html +++ b/_layouts/search.html @@ -28,7 +28,7 @@ layout: default
{%- when "google" -%} -
+
@@ -39,4 +39,4 @@ layout: default
{%- endcase -%}
- \ No newline at end of file + -- 2.43.0