aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/page.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-19 20:03:08 -0800
committerMark Otto <[email protected]>2015-01-19 20:03:08 -0800
commit33e32bffc8209fa88acec2a8ae9490e2a7595988 (patch)
treec74f79b49faf1793d2c33c45861dc9d4a3ad0aed /docs/_layouts/page.html
parentff1d10affb94f6c44a06d19c701bdd0523e746c4 (diff)
downloadbootstrap-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.html8
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>