mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
comment out third level of nav
This commit is contained in:
@@ -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 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
{% endcomment %}
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user