]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs-sidebar.html: remove commented out code.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 16 Nov 2018 15:54:12 +0000 (17:54 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 20 Nov 2018 19:31:28 +0000 (21:31 +0200)
Leftover from old times.

site/_includes/docs-sidebar.html

index cd6b5f8d2f89b9da073eb4f1133af41acf6fabbe..4a41a558176f960cfdb4b5a348d6721252e5002b 100644 (file)
             <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/{{ group_slug }}/{{ doc_slug }}/">
               {{ doc.title }}
             </a>
-
-            {%- comment -%}
-            {% unless doc.sections == nil %}
-              <ul class="nav">
-                {% for section in doc.sections %}
-                  <li>
-                    <a href="#{{ section.title | downcase | replace: ' ', '-' }}">
-                      {{ section.title }}
-                    </a>
-                  </li>
-                {% endfor %}
-              </ul>
-            {% endunless %}
-            {%- endcomment -%}
           </li>
         {%- endfor -%}
       </ul>