Fix Overview title page detection

This commit is contained in:
Olivier Ligot
2014-03-03 14:11:56 +01:00
parent cc1e1d24be
commit 0e17c06862

View File

@@ -27,7 +27,7 @@
<li{% if page.title == "Community" %} class="active"{% endif %}>
<a href="{{ page.base_url }}community">Community</a>
</li>
<li{% if page.title == "Overview" %} class="active"{% endif %}>
<li{% if page.title == "Documentation" %} class="active"{% endif %}>
<a href="{{ page.base_url }}wiki/Documentation">Overview</a>
</li>
<li{% if page.title == "Wiki" %} class="active"{% endif %}>