From a47ab65b5488a58fdfb12b233063314192a8c062 Mon Sep 17 00:00:00 2001 From: curben Date: Sun, 11 Nov 2018 16:55:13 +1030 Subject: [PATCH] feat: implement search bar a crude search bar by piggybacking on gitlab search. future enhancement is implement Algolia. --- themes/typing/layout/_partial/header.ejs | 5 +++ themes/typing/source/css/typing.css | 48 ++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/themes/typing/layout/_partial/header.ejs b/themes/typing/layout/_partial/header.ejs index 55e3c63..9d3cf1a 100644 --- a/themes/typing/layout/_partial/header.ejs +++ b/themes/typing/layout/_partial/header.ejs @@ -4,6 +4,11 @@ <% for (let i in theme.menu) { %> <%= i %> <% } %> + +
+ + +
<%/* Nav menu for mobile */%>