diff options
| author | Mark Otto <[email protected]> | 2016-09-15 10:20:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-15 10:20:57 -0700 |
| commit | 64dcb8b5073293daa911d2b274fd875f31693317 (patch) | |
| tree | 112821f9bdd9b51f8953521cc2f34a537ccf74a2 /docs/_includes/page-headers.html | |
| parent | 15f522fd4ae3fe7933d526f045b0b2df22a35291 (diff) | |
| parent | 63129112bbea91f7cd62014f162f857f50084656 (diff) | |
| download | bootstrap-64dcb8b5073293daa911d2b274fd875f31693317.tar.xz bootstrap-64dcb8b5073293daa911d2b274fd875f31693317.zip | |
Merge branch 'v4-dev' into v4-navbars
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"> |
