comment out third level of nav

This commit is contained in:
Mark Otto 2015-05-29 14:05:42 -07:00
parent 7c552d70fc
commit ed4e873fe1
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
{{ doc.title }}
</a>
{% comment %}
{% unless doc.sections == nil %}
<ul class="nav">
{% for section in doc.sections %}
@ -52,6 +53,7 @@
{% endfor %}
</ul>
{% endunless %}
{% endcomment %}
</li>
{% endfor %}
</ul>