Set nocontent for doc navigation

This commit is contained in:
Armin Ronacher 2015-12-20 21:49:12 +01:00
parent f0ecbc7e02
commit 323b348acf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{% block body %} {% block body %}
<div class="row"> <div class="row">
<div class="col-sm-3"> <div class="col-sm-3">
<ul class="tree-nav"> <ul class="tree-nav nocontent">
<li{% if this._path == '/docs' %} class="active"{% endif <li{% if this._path == '/docs' %} class="active"{% endif
%}><a href="{{ '/docs'|url }}">Welcome</a></li> %}><a href="{{ '/docs'|url }}">Welcome</a></li>
{% set docs = site.get('/docs') %} {% set docs = site.get('/docs') %}