From 428ded6716cf115553c5d2e9c16f2792ea60699c Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Sat, 20 Jan 2018 08:00:18 -0800 Subject: [PATCH] [Search] move to duckduckgo. close #187 (#353) - Use duckduckgo (#187) - Add search box to main page --- _includes/search_box.html | 25 +++++++++++++ index.html | 26 ++++++++----- search.html | 77 +-------------------------------------- 3 files changed, 43 insertions(+), 85 deletions(-) create mode 100644 _includes/search_box.html diff --git a/_includes/search_box.html b/_includes/search_box.html new file mode 100644 index 00000000..b0549868 --- /dev/null +++ b/_includes/search_box.html @@ -0,0 +1,25 @@ + + +
+
+
+
+
+ + + + + + + + +
+
+
+
+
diff --git a/index.html b/index.html index 6c436d23..196c8817 100644 --- a/index.html +++ b/index.html @@ -5,18 +5,24 @@
-
+
{% include hiatus.html %}
-
+
+ +
+
+ {% include search_box.html %} +
+
-{% for post in site.posts %} - -{% endfor %} + {% for post in site.posts %} + + {% endfor %}
diff --git a/search.html b/search.html index 2760ab83..c3a9c1ec 100644 --- a/search.html +++ b/search.html @@ -3,79 +3,6 @@ title: Search issues --- - - - +{% include search_box.html %}