File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
< div class ="docs-container row override-sidebar-collapse ">
3
3
< div class ="docs-container row override-sidebar-collapse ">
4
- < nav id =" sidebar " data-mf ="false " class ="sidenav overflow-auto col-md-3 d-none d-xl-block d-print-none align-top ">
4
+ < nav data-mf ="false " id =" sidebar " class ="sidenav overflow-auto col-md-3 d-none d-xl-block d-print-none align-top ">
5
5
{{ partial "sidebar.html" . }}
6
6
</ nav >
7
7
77
77
78
78
< section id ="maincontent " class ="content-layout ">
79
79
< div data-cms-edit ="content " class ="text-content ">
80
- < section class ="breadcrumb-layout wide "">
80
+ < section class ="breadcrumb-layout wide " data-mf =" true ">
81
81
{{ if not .IsHome }}
82
82
{{ if not (in .Params.display_breadcrumb "false" ) }}
83
83
{{ partial "breadcrumb" .}}
@@ -104,7 +104,7 @@ <h1>{{ .Title }}</h1>
104
104
</ main >
105
105
{{ if and (gt .WordCount 200 ) (.Params.toc) }}
106
106
{{ if (add (len (findRE "< h3 " .Content)) (len (findRE "< h2" .Content))) }}
107
- < div id =" toc " data-mf ="false " class ="col-md-3 d-none d-xl-block d-print-none nginx-toc align-top ">
107
+ < div data-mf ="false " id =" toc " class ="col-md-3 d-none d-xl-block d-print-none nginx-toc align-top ">
108
108
{{ partial "toc.html" . }}
109
109
</ div >
110
110
{{ end }}
You can’t perform that action at this time.
0 commit comments