lib/bonsai/templates/templates/shared/nav.mustache in bonsai-1.1.6 vs lib/bonsai/templates/templates/shared/nav.mustache in bonsai-1.2.0

- old
+ new

@@ -1,6 +1,7 @@ <nav id="navigation"> <ol> + <li><a href="/">Home</a></li> {{# navigation}} <li><a href="{{permalink}}">{{name}}</a></li> {{/ navigation}} </ol> </nav> \ No newline at end of file