File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 31
31
< div id ="navbar " class ="navbar-collapse collapse ">
32
32
< ul class ="nav navbar-nav ">
33
33
{% for link in site.data.navbar %}
34
- {% capture target %}{% include link.html url=link.last %}{% endcapture %}
34
+ {% capture target %}{% include link.html url=link.last %}{% endcapture %}
35
35
< li > < a href ="{{target |strip }} "> {{ link.first }}</ a > </ li >
36
- {% endfor %}
36
+ {% endfor %}
37
37
</ ul >
38
+ < form class ="navbar-form pull-right " role ="search " method ="get " action ="https://duckduckgo.com/ ">
39
+ < input type ="hidden " name ="sites " value ="geth.ethereum.org ">
40
+ < input type ="hidden " name ="kz " value ="-1 ">
41
+ < div class ="input-group navbar-input-group-fixup ">
42
+ < input class ="input-sm " type ="text " name ="q " placeholder ="Search site... ">
43
+ < span class ="input-group-btn ">
44
+ < button type ="submit " class ="btn btn-default btn-sm "> < i class ="fa fa-search " aria-hidden ="true "> </ i > </ button >
45
+ </ span >
46
+ </ div >
47
+ </ form >
38
48
</ div >
39
49
</ div >
40
50
</ nav >
Original file line number Diff line number Diff line change @@ -50,3 +50,7 @@ table thead tr th, table tbody tr td {
50
50
border-bottom : 1px solid # ddd ;
51
51
padding : 4px ;
52
52
}
53
+
54
+ .navbar-input-group-fixup {
55
+ margin-top : 5px ;
56
+ }
You can’t perform that action at this time.
0 commit comments