diff options
| author | Heinrich Fenkart <[email protected]> | 2014-11-04 19:38:04 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-11-04 19:38:04 +0100 |
| commit | 1a833e75d5a12d4b7aeb2ef05e10fe14232fc725 (patch) | |
| tree | b6f4619b905f47b3b3166bced9d1a5acee03175b /docs/_layouts | |
| parent | d6a99cb95534914655af462af023433c86c437ec (diff) | |
| parent | 069488dea398fa6124602e43ae633fe4781a4837 (diff) | |
| download | bootstrap-1a833e75d5a12d4b7aeb2ef05e10fe14232fc725.tar.xz bootstrap-1a833e75d5a12d4b7aeb2ef05e10fe14232fc725.zip | |
Merge pull request #14987 from twbs/overengineer-wall-of-browser-bugs
Use Jekyll data for Wall of Browser Bugs
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/default.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 6342cd20e..40ff5e0cc 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -22,9 +22,10 @@ <div class="container bs-docs-container"> <div class="row"> - <div class="col-md-9" role="main"> + <div class="col-md-{% if page.fullwidth == true %}12{% else %}9{% endif %}" role="main"> {{ content }} </div> + {% unless page.fullwidth == true %} <div class="col-md-3"> <div class="bs-docs-sidebar hidden-print hidden-xs hidden-sm" role="complementary"> <ul class="nav bs-docs-sidenav"> @@ -54,6 +55,7 @@ {% endif %} </div> </div> + {% endunless %} </div> </div> |
