diff options
| author | XhmikosR <[email protected]> | 2018-11-16 17:54:12 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-20 21:31:28 +0200 |
| commit | 749c8230c7976b6f01e5c5cb0f4a43e7d7b6432a (patch) | |
| tree | 4237be25e16aad505453f58b8ba0150900630e7b | |
| parent | d9717d19450df23aa72a27da88073003b0d412dc (diff) | |
| download | bootstrap-749c8230c7976b6f01e5c5cb0f4a43e7d7b6432a.tar.xz bootstrap-749c8230c7976b6f01e5c5cb0f4a43e7d7b6432a.zip | |
docs-sidebar.html: remove commented out code.
Leftover from old times.
| -rw-r--r-- | site/_includes/docs-sidebar.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/site/_includes/docs-sidebar.html b/site/_includes/docs-sidebar.html index cd6b5f8d2..4a41a5581 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> |
