diff options
| -rw-r--r-- | docs_theme/base.html | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/docs_theme/base.html b/docs_theme/base.html index 02be73ee..228b0ba4 100644 --- a/docs_theme/base.html +++ b/docs_theme/base.html @@ -105,6 +105,13 @@            -->              <div id="table-of-contents">                <ul class="nav nav-list side-nav well sidebar-nav-fixed"> + +                {% if current_page.input_path == 'index.md' %} +                    <li class="main"> +                        <a href="#">Django REST framework</a> +                    </li> +                {% endif %} +                  {% for toc_item in toc %}                    <li class="main {% if toc_item.active %}main{% endif %}"> | 
