diff options
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> |
