Skip to content

Commit 3221933

Browse files
committed
Add link to Home in menu navigation template
1 parent 45cb51e commit 3221933

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<nav class="sidebar">
22
{{#with (getCurrentTree)}}
3+
{{#if children.length}}
4+
<ul>
5+
<li class="">
6+
<a class="home" href="{{urlTo 'BitDocs'}}" title="Home">
7+
Home
8+
</a>
9+
</li>
10+
</ul>
11+
{{/if}}
312
{{>menu.mustache}}
413
{{/with}}
514
</nav>

0 commit comments

Comments
 (0)