diff options
| author | Mark Otto <[email protected]> | 2015-08-05 17:47:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 17:47:45 -0700 |
| commit | fed0d8a2d405fded61bd2b7c4c70744fafd58d06 (patch) | |
| tree | 8bc067365b2a9731e8e2cfd6e9ef11a64d304bf8 /docs/_includes | |
| parent | be3f8d9bcce6818d7f9430fa94f1d6869c62d00a (diff) | |
| download | bootstrap-fed0d8a2d405fded61bd2b7c4c70744fafd58d06.tar.xz bootstrap-fed0d8a2d405fded61bd2b7c4c70744fafd58d06.zip | |
restore page headers, use partial and page frontmatter to organize it
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/page-headers.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html new file mode 100644 index 000000000..37e69278d --- /dev/null +++ b/docs/_includes/page-headers.html @@ -0,0 +1,31 @@ +{% if page.group == "getting-started" %} + <h1>Getting started</h1> + <p class="lead"> + An overview of Bootstrap, how to download and use, basic templates and examples, and more. + </p> +{% elsif page.group == "layout" %} + <h1>Layout</h1> + <p class="lead"> + Options for structuring your pages with Bootstrap, including global styles, required scaffolding, grid system, and more. + </p> +{% elsif page.group == "components" %} + <h1>Components</h1> + <p class="lead"> + Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more. + </p> +{% elsif page.group == "javascript" %} + <h1>JavaScript plugins</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.group == "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.group == "migration" %} + <h1>Migration</h1> + <p class="lead"> + Guidance on how to upgrade from Bootstrap v3.x to v4.x with emphasis on major changes, what's new, and what's been removed. + </p> +{% endif %} |
