mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-06-28 23:55:31 +02:00
Added more conditions for navigation
This commit is contained in:
parent
f7282eba73
commit
1fc9176000
@ -10,7 +10,7 @@
|
||||
{{ render_subitems(subitem.subitems) }}
|
||||
</ul>
|
||||
</li>
|
||||
{% elif subitem.identifier %}
|
||||
{% elif subitem.identifier or subitem.warning or subitem.info %}
|
||||
<li>
|
||||
<a class="dropdown-item" onclick='openDynamicPopup({{ subitem|tojson|safe }})' data-bs-toggle="tooltip" title="{{ subitem.description }}">
|
||||
<i class="{{ subitem.icon.class }}"></i> {{ subitem.name }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user