Skip to content

Commit 1de3598

Browse files
committed
broken childred link
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 4be4028 commit 1de3598

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
@@ -52,7 +52,7 @@
5252
{% if section.children %}<nav class="md-nav">
5353
<ul class="md-nav__list">
5454
{% for child in section.children %}<li class="md-nav__item">
55-
<a href="{{ site.baseurl }}{{ child.url }}"
55+
<a href="{{ site.baseurl }}/{{ child.url }}"
5656
title="{{ child.title }}" style="display:none"
5757
class="md-nav__link pancakes-child">{{ child.title }}</a>
5858
</li>{% endfor %}

0 commit comments

Comments
 (0)