fix: various fixes
This commit is contained in:
parent
7ec4550b5a
commit
568ece3e95
7 changed files with 69 additions and 59 deletions
|
@ -1,7 +1,7 @@
|
|||
<ul class="[ menu ] [ list-none cluster p-0 m-0 ]">
|
||||
{% for item in navigation.top %}
|
||||
<li>
|
||||
<a class="[ menu-button ]" href="{{ item.url }}">{{ item.text }}</a>
|
||||
<a class="[ button ]" href="{{ item.url }}">{{ item.text }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue