Add The title to the top of the TOC for the home page

This commit is contained in:
Dougal Matthews 2014-11-25 13:05:48 +00:00
parent f2d4e51aaa
commit aa1a844154

View File

@ -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 %}">