diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-07-09 04:11:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 04:11:01 +0200 |
| commit | affad1a73fd47aaa2585cba1a3bca80cfb299dcf (patch) | |
| tree | ab2941336cc9ff9854044bfbb59e67b31db8b7fb /_config.yml | |
| parent | 7889fd98b0c8996281313b4224a4821b793a0a59 (diff) | |
| download | wiki-affad1a73fd47aaa2585cba1a3bca80cfb299dcf.tar.gz wiki-affad1a73fd47aaa2585cba1a3bca80cfb299dcf.tar.bz2 wiki-affad1a73fd47aaa2585cba1a3bca80cfb299dcf.zip | |
Revert "chore: update search to google (#588)" (#589)
This reverts commit 7889fd98b0c8996281313b4224a4821b793a0a59.
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 4 |
1 files 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 |
