Browse Source

fixing nav

chootka 8 years ago
parent
commit
d13c079dc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _includes/nav.html

+ 1 - 1
_includes/nav.html

@@ -18,7 +18,7 @@
       <ul class="nav navbar-nav">
       {% assign sorted_pages = site.pages | sort:"order" %}
       {% for node in sorted_pages %}
-        {% if group == "navigation" %}
+        {% if node.group == "navigation" %}
           {% unless node.exclude_from_nav %}
             {% if page.url == node.url %}
               <li class="active"><a href="{{node.url}}" class="active">{{node.title}}</a></li>