diff options
| author | Mark Otto <[email protected]> | 2015-08-05 17:47:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 17:47:45 -0700 |
| commit | fed0d8a2d405fded61bd2b7c4c70744fafd58d06 (patch) | |
| tree | 8bc067365b2a9731e8e2cfd6e9ef11a64d304bf8 /docs/_layouts | |
| parent | be3f8d9bcce6818d7f9430fa94f1d6869c62d00a (diff) | |
| download | bootstrap-fed0d8a2d405fded61bd2b7c4c70744fafd58d06.tar.xz bootstrap-fed0d8a2d405fded61bd2b7c4c70744fafd58d06.zip | |
restore page headers, use partial and page frontmatter to organize it
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/page.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html index 54197b84f..8c5d8a277 100644 --- a/docs/_layouts/page.html +++ b/docs/_layouts/page.html @@ -2,13 +2,19 @@ layout: default --- +<div class="bd-pageheader"> + <div class="container"> + {% include ads.html %} + {% include page-headers.html %} + </div> +</div> + <div class="container"> <div class="row"> <div class="col-sm-3 col-sm-push-9 bd-sidebar"> {% include nav-docs.html %} </div> <div class="col-sm-9 col-sm-pull-3 bd-content"> - {% include ads.html %} <h1 class="bd-title">{{ page.title }}</h1> {{ content }} </div> |
