diff options
| author | XhmikosR <[email protected]> | 2017-10-22 14:53:06 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 14:53:06 +0300 |
| commit | fbd42af6ca17abf1e01349d7c581ec399202f4c0 (patch) | |
| tree | fd737f6f65320dc49cb51f55feab7a46531b8d11 /_includes/docs-sidebar.html | |
| parent | 3a9ab96292b1e92406cc62037e739632a288d512 (diff) | |
| download | bootstrap-fbd42af6ca17abf1e01349d7c581ec399202f4c0.tar.xz bootstrap-fbd42af6ca17abf1e01349d7c581ec399202f4c0.zip | |
Reduce whitespace liquid outputs. (#24470)
Diffstat (limited to '_includes/docs-sidebar.html')
| -rw-r--r-- | _includes/docs-sidebar.html | 4 |
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> |
