Refactoring of styles - BEM + ITCSS, removed Disqus.
[ghost-theme-willow.git] / partials / navigation.hbs
index bb3fe6bd68f4f7b8c532e78c553c30a5ff38e339..25800890014a492bd5f09fa203c4f60004f183cd 100644 (file)
@@ -1,5 +1,7 @@
-<div class="sidebar-menu">
+<div class="c-sidebar-navigation">
     {{#foreach navigation}}
-        <a href="{{url absolute="true"}}" title="{{label}}">{{label}}</a>
+        <a class="c-sidebar-navigation__item" href="{{url absolute="true"}}" title="{{label}}">
+            {{label}}
+        </a>
     {{/foreach}}
 </div>
\ No newline at end of file