aboutsummaryrefslogtreecommitdiffstats
path: root/docs_theme
diff options
context:
space:
mode:
authorDougal Matthews2014-11-19 16:15:47 +0000
committerDougal Matthews2014-11-25 12:44:26 +0000
commitdeb2bb4376600187c881f91791c278d9486ea8d9 (patch)
treeb7b0303dab0cb0a8372038ce95ad46523029eb5d /docs_theme
parent5a6bdd01ba9f8731c0963c355b41839860a5a4de (diff)
downloaddjango-rest-framework-deb2bb4376600187c881f91791c278d9486ea8d9.tar.bz2
Add Home link to the theme
Diffstat (limited to 'docs_theme')
-rw-r--r--docs_theme/nav.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs_theme/nav.html b/docs_theme/nav.html
index e6ab01ba..622cb33b 100644
--- a/docs_theme/nav.html
+++ b/docs_theme/nav.html
@@ -19,6 +19,7 @@
{% if include_nav %}
<!-- Main navigation -->
<ul class="nav navbar-nav">
+ <li><a href="/">Home</a></li>
{% for nav_item in nav %} {% if nav_item.children %}
<li class="dropdown{% if nav_item.active %} active{% endif %}">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ nav_item.title }} <b class="caret"></b></a>