]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
comment out third level of nav
authorMark Otto <markdotto@gmail.com>
Fri, 29 May 2015 21:05:42 +0000 (14:05 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 29 May 2015 21:05:42 +0000 (14:05 -0700)
docs/_includes/nav-docs.html

index 315cb6f1e50a8eed6d8316732571a5feee7b943e..166117315419d41c5c41c132d18346e8b323b04e 100644 (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>