From 40ea0ed110274988213503c970a5e921c6c87baf Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Thu, 12 Jan 2023 21:53:57 -0500 Subject: [PATCH] Moves the search box JS from end of page to search div (#259) Signed-off-by: Pete Lumbis Signed-off-by: Pete Lumbis --- themes/geekboot/layouts/partials/scripts.html | 12 ------------ .../geekboot/layouts/partials/search-button.html | 14 +++++++++++++- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/themes/geekboot/layouts/partials/scripts.html b/themes/geekboot/layouts/partials/scripts.html index 25c6be75..9bd0ce3b 100644 --- a/themes/geekboot/layouts/partials/scripts.html +++ b/themes/geekboot/layouts/partials/scripts.html @@ -9,15 +9,3 @@ - - diff --git a/themes/geekboot/layouts/partials/search-button.html b/themes/geekboot/layouts/partials/search-button.html index c7d9e648..473b0c4c 100644 --- a/themes/geekboot/layouts/partials/search-button.html +++ b/themes/geekboot/layouts/partials/search-button.html @@ -12,4 +12,16 @@
-
\ No newline at end of file + + + \ No newline at end of file