Skip to content

Commit d118cee

Browse files
committed
As of MkDocs 0.12 the Home link was added back to the navigation
1 parent 64523f1 commit d118cee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs_theme/nav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
{% if include_nav %}
2020
<!-- Main navigation -->
2121
<ul class="nav navbar-nav">
22-
<li {% if current_page.is_homepage %}class="active"{% endif %}><a href="/">Home</a></li>
2322
{% for nav_item in nav %} {% if nav_item.children %}
2423
<li class="dropdown{% if nav_item.active %} active{% endif %}">
2524
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ nav_item.title }} <b class="caret"></b></a>

0 commit comments

Comments
 (0)