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 11{{ define "main" }}
22< div class ="docs-container row override-sidebar-collapse ">
33< 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 ">
55 {{ partial "sidebar.html" . }}
66 </ nav >
77
7777
7878 < section id ="maincontent " class ="content-layout ">
7979 < div data-cms-edit ="content " class ="text-content ">
80- < section class ="breadcrumb-layout wide "">
80+ < section class ="breadcrumb-layout wide " data-mf =" true ">
8181 {{ if not .IsHome }}
8282 {{ if not (in .Params.display_breadcrumb "false" ) }}
8383 {{ partial "breadcrumb" .}}
@@ -104,7 +104,7 @@ <h1>{{ .Title }}</h1>
104104 </ main >
105105 {{ if and (gt .WordCount 200 ) (.Params.toc) }}
106106 {{ 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 ">
108108 {{ partial "toc.html" . }}
109109 </ div >
110110 {{ end }}
You can’t perform that action at this time.
0 commit comments