diff options
| author | Mark Otto <[email protected]> | 2015-01-19 20:03:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 20:03:08 -0800 |
| commit | 33e32bffc8209fa88acec2a8ae9490e2a7595988 (patch) | |
| tree | c74f79b49faf1793d2c33c45861dc9d4a3ad0aed /docs/_layouts/default.html | |
| parent | ff1d10affb94f6c44a06d19c701bdd0523e746c4 (diff) | |
| download | bootstrap-33e32bffc8209fa88acec2a8ae9490e2a7595988.tar.xz bootstrap-33e32bffc8209fa88acec2a8ae9490e2a7595988.zip | |
new headers, ad placements, intro paragraphs on several pages, etc
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 42 |
1 files changed, 1 insertions, 41 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ecc5e7477..fc58f859a 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -11,47 +11,7 @@ </div> </a> - {% include nav-docs.html %} - - <div class="bs-docs-header" id="content"> - <div class="bs-docs-container"> - {% if page.url contains "getting-started" %} - <h1>Getting started</h1> - <p class="lead">Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.</p> - {% elsif page.url contains "layout" %} - <h1>Layout</h1> - <p class="lead">Grid system, containers, media object, and responsive utilities for organization pages.</p> - {% elsif page.url contains "content" %} - <h1>Components</h1> - <p class="lead"> - Styles and patterns for common HTML elements like typography, tables, forms, and more. - </p> - {% elsif page.url contains "components" %} - <h1>Components</h1> - <p class="lead"> - Custom design patterns built as reusable components, including dropdowns, input groups, navigation, alerts, and more. - </p> - {% elsif page.url contains "javascript" %} - <h1>JavaScript</h1> - <p class="lead">Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.</p> - {% elsif page.url contains "examples" %} - <h1>Examples</h1> - <p class="lead">Build on the basic template above with Bootstrap's many components. Customize and adapt Bootstrap to suit your individual project's needs.</p> - {% elsif page.url contains "about" %} - <h1>About</h1> - <p class="lead">Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.</p> - {% elsif page.url contains "migration" %} - <h1>Migration</h1> - <p class="lead">Bootstrap 4 is not backwards compatible with v3.x.x. Use this section as a general guide to upgrading from v3.x.x to v4.0.0.</p> - {% endif %} - - {% include ads.html %} - </div> - </div> - - <div class="bs-docs-container bs-docs-content"> - {{ content }} - </div> + {{ content }} {% include footer.html %} </body> |
