This should work now
This commit is contained in:
parent
2e0ff5e3cc
commit
d85dea1ba5
@ -12,7 +12,7 @@
|
||||
<li class="dd-item{{ parent_page }}{{ current_page }}" data-nav-id="{{ p.route }}">
|
||||
<a href="{{ p.url }}" {% if p.header.class %}class="{{ p.header.class }}"{% endif %}>
|
||||
{#<i class="fa fa-check read-icon"></i>#}
|
||||
{#<span><b>{% if data_level == 0 %}{{ loop.index }}. {% endif %}</b>{{ p.menu }}</span>#}
|
||||
<span><b>{% if data_level == 0 %}{{ loop.index }}. {% endif %}</b>{{ p.menu }}</span>
|
||||
</a>
|
||||
{% if p.children.count > 0 %}
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user