Commit ed4e873f authored by Mark Otto's avatar Mark Otto

comment out third level of nav

parent 7c552d70
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment