File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
{{>partials/theme}}
16
16
{{>partials/analytics}}
17
17
18
- <body class="tex2jax_ignore" data-layout="{{_layout}}{{layout}}" data-yaml-mime="{{yamlmime}}">
18
+ <body class="tex2jax_ignore" data-layout="{{_layout}}{{layout}}" data-disable-toc="{{_disableToc}}" data- yaml-mime="{{yamlmime}}">
19
19
{{>partials/topnav}}
20
20
21
21
<main class="container-xxl">
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ body[data-layout="landing"] > main {
44
44
max-width : 1320px !important ;
45
45
}
46
46
47
+ body [data-disable-toc = "true" i] .toc-offcanvas {
48
+ visibility : hidden;
49
+ }
50
+
47
51
48
52
/*******************************************************************************
49
53
*** Section: Bootstrap Overrides
You can’t perform that action at this time.
0 commit comments