Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-11-16 18:54:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-20 22:31:28 +0300
commit749c8230c7976b6f01e5c5cb0f4a43e7d7b6432a (patch)
tree4237be25e16aad505453f58b8ba0150900630e7b
parentd9717d19450df23aa72a27da88073003b0d412dc (diff)
docs-sidebar.html: remove commented out code.
Leftover from old times.
-rw-r--r--site/_includes/docs-sidebar.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/site/_includes/docs-sidebar.html b/site/_includes/docs-sidebar.html
index cd6b5f8d2f..4a41a55817 100644
--- a/site/_includes/docs-sidebar.html
+++ b/site/_includes/docs-sidebar.html
@@ -35,20 +35,6 @@
<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>