diff options
Diffstat (limited to 'docs/_includes')
| -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 bbb43d933..e2842042c 100644 --- a/docs/_includes/page-headers.html +++ b/docs/_includes/page-headers.html @@ -8,6 +8,11 @@ <p class="lead"> Options for structuring your pages with Bootstrap, including global styles, required scaffolding, grid system, and more. </p> +{% elsif page.group == "content" %} + <h1>Content</h1> + <p class="lead"> + Styles for displaying content with some of the most commonly used HTML elements, including normalization, typography, images, tables, and more. + </p> {% elsif page.group == "components" %} <h1>Components</h1> <p class="lead"> |
