diff options
author | 2019-07-25 12:15:51 +0200 | |
---|---|---|
committer | 2019-07-25 12:15:51 +0200 | |
commit | c7e8b5f8855b46fd3d51ab8d6518367e50a3eed6 (patch) | |
tree | b0c0b3311d731bc8a34c3daf08674d23ef5e63c8 /site/_includes | |
parent | f8669c0b163a59532de3d5f0967f0138d1f2cff2 (diff) |
Hide google custom search
We need to fix the size in chrome and improve the results (branches).
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'site/_includes')
-rw-r--r-- | site/_includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html index 4272748..78387ad 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -76,8 +76,8 @@ <input id="header-search-field" type="text" placeholder="Search '{{ version }}' docs..." class="form-control hidden-xs" autocomplete="off"> </div> </form> --> - <script async src="https://cse.google.com/cse.js?cx=015035502323899441113:l83yxim-aao"></script> - <div class="gcse-search"></div> + <!--<script async src="https://cse.google.com/cse.js?cx=015035502323899441113:l83yxim-aao"></script> + <div class="gcse-search"></div>--> </li> </ul> </div> |