aboutsummaryrefslogtreecommitdiff
path: root/_includes/docs-sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/docs-sidebar.html')
-rw-r--r--_includes/docs-sidebar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/docs-sidebar.html b/_includes/docs-sidebar.html
index 24c1a8b2a..34a5989a4 100644
--- a/_includes/docs-sidebar.html
+++ b/_includes/docs-sidebar.html
@@ -36,7 +36,7 @@
{{ doc.title }}
</a>
- {% comment %}
+ {%- comment -%}
{% unless doc.sections == nil %}
<ul class="nav">
{% for section in doc.sections %}
@@ -48,7 +48,7 @@
{% endfor %}
</ul>
{% endunless %}
- {% endcomment %}
+ {%- endcomment -%}
</li>
{%- endfor -%}
</ul>