final shit for release

This commit is contained in:
Patrick Marsceill
2017-04-08 18:51:14 -04:00
parent e581397758
commit f7da9a9dd9
11 changed files with 155 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<nav>
<ul class="navigation-list">
{% assign pages_list = site.html_pages | sort:"nav_order"%}
{% assign pages_list = site.html_pages | sort:"nav_order" %}
{% for node in pages_list %}
<li class="navigation-list-item{% if page.url == node.url %} active{% endif %} js-side-nav-item">
{% if node.parent == nil or node.has_children == true %}