Skip to content

Commit 0c29107

Browse files
committed
Add display none to mf searchbox
1 parent 61a4351 commit 0c29107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<section class="base-layout">
4949
<section class="breadcrumb-layout">
50-
<div data-mf="true" id="searchbox">
50+
<div data-mf="true" id="searchbox" style="display:none;">
5151
<div class="CoveoSearchbox" data-placeholder='Search NGINX Docs...'></div>
5252
</div>
5353
{{ if not .IsHome }}

0 commit comments

Comments
 (0)