feat: new header
This commit is contained in:
parent
5088871634
commit
7cdd972538
5 changed files with 40 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<header class="[ navbar ][ py-1 mb-1 ]">
|
||||
<header class="[ navbar ][ py-1 mb-2 ]">
|
||||
<div class="[ wrapper ]">
|
||||
<nav class="[ repel ]">
|
||||
<div class="[ site-logo ] [ flex items-center gap-0.5 ]">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<ul class="[ list-none cluster p-0 m-0 ]">
|
||||
<ul class="[ menu ] [ list-none cluster p-0 m-0 ]">
|
||||
{% for item in navigation.top %}
|
||||
<li>
|
||||
<a href="{{ item.url }}">{{ item.text }}</a>
|
||||
<a class="[ menu-button ]" href="{{ item.url }}">{{ item.text }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue