mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Remove span from p.menu
This commit is contained in:
parent
6d31dc6f1b
commit
79bc0fa2b7
2 changed files with 2 additions and 3 deletions
|
@ -8,10 +8,9 @@
|
|||
{% if p.header.icon %}
|
||||
<i class="fa fa-{{ p.header.icon }}"></i>
|
||||
{% endif %}
|
||||
<span>{{ p.menu }}
|
||||
{{ p.menu }}
|
||||
{% if p.routable ?? false %} <i class="fa fa-angle-down"></i>
|
||||
{% endif %}
|
||||
</span>
|
||||
</a>
|
||||
<ul>
|
||||
{{ macros.nav_loop(p) }}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{% if mitem.icon %}
|
||||
<i class="fa fa-{{ mitem.icon }}"></i>
|
||||
{% endif %}
|
||||
<span>{{ mitem.text }}</span>
|
||||
{{ mitem.text }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue