bb3fe6bd68f4f7b8c532e78c553c30a5ff38e339
[ghost-theme-willow.git] / partials / navigation.hbs
1 <div class="sidebar-menu">
2 {{#foreach navigation}}
3 <a href="{{url absolute="true"}}" title="{{label}}">{{label}}</a>
4 {{/foreach}}
5 </div>