Added all theme files
[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>