Skip to content

Commit 372e5f1

Browse files
committed
hiding children by default to close #13
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 709b18c commit 372e5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<ul class="md-nav__list">
5050
{% for child in section.children %}<li class="md-nav__item">
5151
<a href="{{ site.baseurl }}/{{ child.url }}"
52-
title="{{ child.title }}"
52+
title="{{ child.title }}" style="display:none"
5353
class="md-nav__link pancakes-child">{{ child.title }}</a>
5454
</li>{% endfor %}
5555
</ul>

0 commit comments

Comments
 (0)