This commit is contained in:
2019-05-14 19:59:47 +02:00
parent 3c24252ea3
commit fd38b48e27
68 changed files with 13719 additions and 585 deletions

View File

@@ -8,7 +8,6 @@
{{ p.menu }}
</a>
<ul>
{# {{ macros.nav_loop(p) }} #}
{% for i in p.children.visible %}
<li>
<a href="{{ i.url }}"{{ active_page }}>
@@ -20,7 +19,7 @@
</li>
{% else %}
<li>
<a href="{{ p.url }}" class="{{ active_page }} ">
<a href="{{ p.url }}">
{{ p.menu }}
</a>
</li>