File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 24
24
25
25
26
26
< div class ="content-nav__fixed-top ">
27
- < form class ="search ">
27
+ < form id =" searchbox_011972015458788978446:zgdcy4fa-o0 " class ="search " action =" ">
28
28
29
29
< span class ="block float-left search__icon-container docs-icon--search "> |</ span >
30
30
31
31
< span class ="block overflow ">
32
- < input class ="search__input " id ="primary -search " type ="search " name ="search " placeholder ="Search ">
32
+ < input class ="search__input " id ="main -search " type ="search " name ="q " placeholder ="Search ">
33
33
</ span >
34
34
35
35
</ form >
210
210
211
211
212
212
</ nav >
213
+
214
+ {{ partial "google-search.html" . }}
Original file line number Diff line number Diff line change
1
+ < script >
2
+ ( function ( ) {
3
+ var cx = '011972015458788978446:zgdcy4fa-o0' ;
4
+ var gcse = document . createElement ( 'script' ) ;
5
+ gcse . type = 'text/javascript' ;
6
+ gcse . async = true ;
7
+ gcse . src = ( document . location . protocol == 'https:' ? 'https:' : 'http:' ) +
8
+ '//cse.google.com/cse.js?cx=' + cx ;
9
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
10
+ s . parentNode . insertBefore ( gcse , s ) ;
11
+ } ) ( ) ;
12
+ </ script >
13
+ < div style ="width:0px;overflow:hidden;height:0px; ">
14
+ < gcse:search > </ gcse:search >
15
+ </ div >
16
+
You can’t perform that action at this time.
0 commit comments