From affad1a73fd47aaa2585cba1a3bca80cfb299dcf Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 9 Jul 2021 04:11:01 +0200 Subject: Revert "chore: update search to google (#588)" (#589) This reverts commit 7889fd98b0c8996281313b4224a4821b793a0a59. --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index d2e9900..109dfae 100644 --- a/_config.yml +++ b/_config.yml @@ -43,10 +43,10 @@ use_prose_io: false # - github : it uses internal github repository search # - google : it uses cse search bar, you need to configure google_cse_token # -search_engine : "google" +search_engine : "github" # Setting google custom search engine for google # cse search bar (https://cse.google.it/cse/) -google_cse_token: 3211b10d74ee61986 +google_cse_token: # # Jekyll configurations -- cgit