1
0
Fork 0

We now have a single menu item again

This commit is contained in:
Michael 2018-01-04 14:02:04 +00:00
commit f66f631079
8 changed files with 22 additions and 39 deletions

View file

@ -20,12 +20,6 @@
</li>
{{/if}}
{{if $nav.global}}
<li id="nav-global-link" class="nav-menu {{$sel.global}}">
<a class="{{$nav.global.2}}" href="{{$nav.global.0}}" title="{{$nav.global.3}}" >{{$nav.global.1}}</a>
</li>
{{/if}}
{{if $nav.community}}
<li id="nav-community-link" class="nav-menu {{$sel.community}}">
<a class="{{$nav.community.2}}" href="{{$nav.community.0}}" title="{{$nav.community.3}}" >{{$nav.community.1}}</a>