Refactoring of styles - BEM + ITCSS, removed Disqus.
[ghost-theme-willow.git] / partials / navigation.hbs
1 <div class="c-sidebar-navigation">
2 {{#foreach navigation}}
3 <a class="c-sidebar-navigation__item" href="{{url absolute="true"}}" title="{{label}}">
4 {{label}}
5 </a>
6 {{/foreach}}
7 </div>