diff options
Diffstat (limited to 'docs/_layouts/docs.html')
| -rw-r--r-- | docs/_layouts/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
