mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 20:03:59 +00:00
comment out third level of nav
This commit is contained in:
parent
7c552d70fc
commit
ed4e873fe1
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue