diff options
| author | XhmikosR <[email protected]> | 2015-08-29 13:08:21 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-09-02 09:37:38 +0300 |
| commit | 19e5cf226da5daad92df6602336e84ac9ccba528 (patch) | |
| tree | 0da00a47e17dd9dded6ba74328af9e6261e4ac91 /docs/_layouts | |
| parent | bf3bd2e0374f6bf1099dadf4c3eb05392a6aabb9 (diff) | |
| download | bootstrap-19e5cf226da5daad92df6602336e84ac9ccba528.tar.xz bootstrap-19e5cf226da5daad92df6602336e84ac9ccba528.zip | |
Fix missing anchors and 404 errors.
[skip sauce]
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/default.html | 4 | ||||
| -rw-r--r-- | docs/_layouts/docs.html | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 274f51f8d..dab3d5665 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -12,7 +12,9 @@ {% include nav-home.html %} - {{ content }} + <div id="content"> + {{ content }} + </div> {% include footer.html %} </body> diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 9bcf55cd7..fc47e6f40 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -25,7 +25,7 @@ {% include nav-docs.html %} </div> <div class="col-md-9 col-md-pull-3 bd-content"> - <h1 class="bd-title">{{ page.title }}</h1> + <h1 class="bd-title" id="content">{{ page.title }}</h1> {{ content }} </div> </div> |
