199d15133b
- renamed helper from ghostNav to nav and file from ghostNav to navigation - switched template to use current-menu-item as per the styles - cleaned up several unused items from config, and removed default link to admin - updated tests
7 lines
199 B
Handlebars
7 lines
199 B
Handlebars
<nav id="site-navigation" role="navigation">
|
|
<ul>
|
|
{{#links}}
|
|
<li class="{{#active}}current-menu-item{{/active}}"><a title="{{title}}" href="{{url}}">{{title}}</a></li>
|
|
{{/links}}
|
|
</ul>
|
|
</nav> |