add structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% macro nav_loop(page) %}
|
||||
{% import _self as macros %}
|
||||
{% for p in page.children.visible if p.template != 'default' %}
|
||||
{% for p in page.children.visible if p.template != 'home' %}
|
||||
{% set active_page = (p.active or p.activeChild) ? 'active' : '' %}
|
||||
{% if p.children.visible.count > 0 %}
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user