File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 19
19
< a href ="{{ item.link | relative_url }} " class ="navbar-link {% if page.url contains item.link %}is-active{% endif %} "> {{ item.name }}</ a >
20
20
< div class ="navbar-dropdown ">
21
21
{% for subitem in item.dropdown %}
22
- {% if subitem.dropdown %}
23
- <!-- Second-level dropdown (hoverable) -->
24
- < div class ="navbar-item has-dropdown is-hoverable ">
25
- < a href ="{{ subitem.link | relative_url }} " class ="navbar-link "> {{ subitem.name }}</ a >
26
- < div class ="navbar-dropdown ">
27
- {% for subsubitem in subitem.dropdown %}
28
- < a href ="{{ subsubitem.link | relative_url }} " class ="navbar-item "> {{ subsubitem.name }}</ a >
29
- {% endfor %}
30
- </ div >
31
- </ div >
32
- {% else %}
33
22
< a href ="{{ subitem.link | relative_url }} " class ="navbar-item {% if subitem.link == page.url %}is-active{% endif %} "> {{ subitem.name }}</ a >
34
- {% endif %}
35
23
{% endfor %}
36
24
</ div >
37
25
</ div >
You can’t perform that action at this time.
0 commit comments