This should work now

This commit is contained in:
RealStickman 2022-11-19 20:25:45 +01:00
parent 2e0ff5e3cc
commit d85dea1ba5

View File

@ -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>