diff options
| author | louismaximepiton <[email protected]> | 2023-01-17 09:10:26 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-01-17 10:38:51 -0800 |
| commit | e8b7d382767dcd73916ecd339c237fb49b9f3561 (patch) | |
| tree | 1d183c7421aeb53e5e6c7a17f64ed6c4db386540 | |
| parent | 20ab8219a0caca784483e93083cde269055d0f3a (diff) | |
| download | bootstrap-e8b7d382767dcd73916ecd339c237fb49b9f3561.tar.xz bootstrap-e8b7d382767dcd73916ecd339c237fb49b9f3561.zip | |
Correction
| -rw-r--r-- | site/layouts/_default/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index adc7aad64..678fab4e6 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -1,4 +1,4 @@ -{{ define "body_override" }}<body data-bs-spy="scroll" tabindex="0" data-bs-target="#TableOfContents">{{ end }} +{{ define "body_override" }}<body tabindex="0"{{ if (eq .Page.Params.toc true) }} data-bs-spy="scroll" data-bs-target="#TableOfContents"{{ end }}>{{ end }} {{ define "main" }} <div class="container-xxl bd-gutter mt-3 my-md-4 bd-layout"> <aside class="bd-sidebar"> |
