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 %} -
-

- {{ post.title }} - -

-
-{% endfor %} + {% for post in site.posts %} +
+

+ {{ post.title }} + +

+
+ {% 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 %}