From 208c48130dbb293594b09ceb0e4fe21fe81491c7 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 26 Mar 2020 12:57:10 -0600 Subject: [PATCH] Add Algolia search --- src/includes/head.html | 7 +- src/includes/header-nav.html | 1 + src/index.html | 2 +- src/resources/css/common.css | 198 ++++------------------------------- src/resources/css/docs.css | 4 + src/resources/css/home.css | 4 + src/resources/js/common.js | 9 ++ 7 files changed, 45 insertions(+), 180 deletions(-) create mode 100644 src/resources/js/common.js diff --git a/src/includes/head.html b/src/includes/head.html index a32c5d9..3ea12cf 100644 --- a/src/includes/head.html +++ b/src/includes/head.html @@ -1,8 +1,9 @@ - + + @@ -21,3 +22,7 @@ + + + + \ No newline at end of file diff --git a/src/includes/header-nav.html b/src/includes/header-nav.html index 3c1e70d..82390d7 100644 --- a/src/includes/header-nav.html +++ b/src/includes/header-nav.html @@ -1,5 +1,6 @@