From ebe9f5d008e946ccd0b67bbd9c08a7d14f5d92d4 Mon Sep 17 00:00:00 2001 From: LaRita Robinson Date: Tue, 3 Apr 2018 14:15:15 -0400 Subject: [PATCH 1/2] [WIP] Test switching to google search box --- _includes/google_search.html | 12 ++++++++++++ _includes/topnav.html | 24 +++--------------------- search.html | 21 +++++++++++++++++++++ 3 files changed, 36 insertions(+), 21 deletions(-) create mode 100644 _includes/google_search.html create mode 100644 search.html diff --git a/_includes/google_search.html b/_includes/google_search.html new file mode 100644 index 00000000..33e347f6 --- /dev/null +++ b/_includes/google_search.html @@ -0,0 +1,12 @@ + diff --git a/_includes/topnav.html b/_includes/topnav.html index 87486057..f69d4726 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -47,27 +47,9 @@ {% if site.feedback_disable == null or site.feedback_disable == false %} {% include feedback.html %} {% endif %} - -
  • - -
    - -
      -
      - - - -
    • +
    • + {% include google_search.html %} +
    • diff --git a/search.html b/search.html new file mode 100644 index 00000000..99edb2b7 --- /dev/null +++ b/search.html @@ -0,0 +1,21 @@ +--- +layout: page +title: Search +permalink: /search/ +sitemap: false +--- + From e8243613d1f88130a3544b6c6a4e017ef8935a56 Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Fri, 11 May 2018 14:08:36 -0600 Subject: [PATCH 2/2] Fixes links to css, js, and search. --- _includes/footer.html | 2 +- _includes/google_search.html | 2 +- _includes/head.html | 18 +++++++++--------- _layouts/default.html | 1 - 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 1682c961..938a2be3 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@ diff --git a/_includes/google_search.html b/_includes/google_search.html index 33e347f6..0bbf8f2b 100644 --- a/_includes/google_search.html +++ b/_includes/google_search.html @@ -2,7 +2,7 @@