diff options
| author | Mark Otto <[email protected]> | 2017-06-18 02:19:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-18 02:19:34 -0700 |
| commit | 74f1d002b4a943364e14749af5e0a8538497c59a (patch) | |
| tree | 3f720e07d30c39199e0a15f623e6e6fe32bf0e49 /_layouts/docs.html | |
| parent | 09e3509ff3b4ffcec0832d501cd0c766e86ec7f7 (diff) | |
| parent | 845320fe8cb9af7b6073a20fa3f293ebc46eff32 (diff) | |
| download | bootstrap-74f1d002b4a943364e14749af5e0a8538497c59a.tar.xz bootstrap-74f1d002b4a943364e14749af5e0a8538497c59a.zip | |
Merge branch 'v4-dev' into colors-redux
Diffstat (limited to '_layouts/docs.html')
| -rw-r--r-- | _layouts/docs.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/_layouts/docs.html b/_layouts/docs.html index feecf3875..2e0e1e85d 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -17,18 +17,19 @@ <div class="col-12 col-md-3 col-xl-2 bd-sidebar"> {% include docs-sidebar.html %} </div> - <main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main"> - <h1 class="bd-title" id="content">{{ page.title }}</h1> - <p class="bd-lead">{{ page.description }}</p> - {% include ads.html %} - {{ content }} - </main> {% if page.toc %} <div class="d-none d-xl-block col-xl-2 bd-toc"> {{ content | toc_only }} </div> {% endif %} + + <main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main"> + <h1 class="bd-title" id="content">{{ page.title }}</h1> + <p class="bd-lead">{{ page.description }}</p> + {% include ads.html %} + {{ content }} + </main> </div> </div> |
