Commit ed4e873f authored by Mark Otto's avatar Mark Otto

comment out third level of nav

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