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

- old
+ new

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