Expand on nav_list styles

- Consolidate SCSS partials
This commit is contained in:
Michael Rose
2016-03-25 14:50:59 -04:00
parent 9b964a90e3
commit 0d8a76857f
8 changed files with 98 additions and 65 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
{% if s.text %}{{ s.text | markdownify }}{% endif %}
{% endfor %}
{% if page.sidebar.nav %}
{% include nav_list.html items=page.sidebar.nav %}
{% include nav_list items=page.sidebar.nav %}
{% endif %}
{% endif %}
</div>