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/page.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/page.html')
| -rw-r--r-- | docs/_layouts/page.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html index 80476ae49..42ac1aec8 100644 --- a/docs/_layouts/page.html +++ b/docs/_layouts/page.html @@ -2,6 +2,10 @@ layout: default --- -<h1>{{ page.title }}</h1> +{% include nav-docs.html %} -{{ content }} +<div class="bs-docs-container bs-docs-content"> + {% include ads.html %} + <h1 class="bs-docs-title">{{ page.title }}</h1> + {{ content }} +</div> |
