diff --git a/_includes/search-req-header.html b/_includes/search-req-header.html new file mode 100755 index 0000000..921e015 --- /dev/null +++ b/_includes/search-req-header.html @@ -0,0 +1,48 @@ +{% assign page = include.page %} + +
+
+

+ {% if include.link %} + {{ page.title }} + {% else %} + {{ page.title }} + {% endif %} +

+ + + +
+
    + + {% if page.author %} +
  • + + + {{ page.author }} + +
  • + {% if page.icons %} +
  • +
      + {% include icons.html icons=page.icons %} +
    +
  • + {% endif %} + {% endif %} +
+
+
+ + +
diff --git a/_pages/search.html b/_pages/search.html index a3af89f..fa27c16 100755 --- a/_pages/search.html +++ b/_pages/search.html @@ -18,7 +18,11 @@