File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 63
63
</ style >
64
64
<!--Use wide page layout for the API reference pages-->
65
65
< section class ="main-layout api ">
66
- < div class ="sidebar-layout " data-mf ="true " style =" display:none; " >
66
+ < div class ="sidebar-layout " data-mf ="true ">
67
67
< nav id ="sidebar-v2 " class ="sidebar ">
68
68
{{ partial "sidebar-v2.html" . }}
69
69
</ nav >
79
79
>
80
80
< nav
81
81
id ="sidebar "
82
+ data-mf ="false "
82
83
class ="sidenav overflow-auto col-md-3 d-none d-md-block d-print-none sidebar-toggle-hidden-width "
83
84
style ="width: 25%; border-right: 1px solid #e6e6e6 "
84
85
;
85
86
>
86
87
{{ partial "sidebar.html" . }}
87
88
</ nav >
88
- < section class ="breadcrumb-layout " data-mf ="true " style =" display: none; " >
89
+ < section class ="breadcrumb-layout " data-mf ="true ">
89
90
{{ if not .IsHome }}
90
91
{{ if not (in .Params.display_breadcrumb "false" ) }}
91
- {{ partial "breadcrumb" .}}
92
+ {{ partial "breadcrumb" .}}
92
93
{{ end }}
93
94
{{ end }}
94
95
</ section >
You can’t perform that action at this time.
0 commit comments