From 4feaace4929a07cc34c4bcd6c57334be2d95ec31 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 16:16:43 +0100 Subject: Implemented js search and SEO optimizations --- _includes/gw_tools/search_github.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _includes/gw_tools/search_github.html (limited to '_includes/gw_tools/search_github.html') diff --git a/_includes/gw_tools/search_github.html b/_includes/gw_tools/search_github.html new file mode 100644 index 0000000..efcc5e8 --- /dev/null +++ b/_includes/gw_tools/search_github.html @@ -0,0 +1,10 @@ +
+ + {% if site.use_github_wiki %} + + {% else %} + + + {% endif %} + +
\ No newline at end of file -- cgit