diff options
| author | Mark Otto <[email protected]> | 2016-10-24 14:27:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-24 14:27:52 -0700 |
| commit | f7f3e62c662c88d578cf83e8245853d447b2aad9 (patch) | |
| tree | bff6a0e3c05c3ff54dbc7507aa107022a5ca8772 /docs/_includes/page-headers.html | |
| parent | 11d52ba9498990483d822a5a42d371393a110080 (diff) | |
| parent | cf5d94f6d5685c371dcb157af74a3c6b14ec8d8e (diff) | |
| download | bootstrap-f7f3e62c662c88d578cf83e8245853d447b2aad9.tar.xz bootstrap-f7f3e62c662c88d578cf83e8245853d447b2aad9.zip | |
Merge branch 'v4-dev' into v4-docs-streamlined
Diffstat (limited to 'docs/_includes/page-headers.html')
| -rw-r--r-- | docs/_includes/page-headers.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html index 26f5f95b1..50b59a982 100644 --- a/docs/_includes/page-headers.html +++ b/docs/_includes/page-headers.html @@ -18,6 +18,11 @@ <p class="lead"> Over a dozen reusable components built to provide buttons, dropdowns, input groups, navigation, alerts, and much more. </p> +{% elsif page.group == "utilities" %} + <h1>Utilities</h1> + <p class="lead"> + Bootstrap includes dozens of utilities—classes with a single purpose to reduce the frequency of highly repetitive declarations. + </p> {% elsif page.group == "javascript" %} <h1>JavaScript plugins</h1> <p class="lead"> |
