Wrap footer links
This commit is contained in:
parent
17388e232a
commit
f344fb346e
|
@ -1,7 +1,7 @@
|
|||
<footer class="mt-10">
|
||||
<nav>
|
||||
<nav class="flex flex-wrap justify-center space-x-3">
|
||||
{% for link in site.menus.footer %}
|
||||
<a href="{{ link.href }}">{{ link.title }}</a>
|
||||
<a class="link" href="{{ link.href }}">{{ link.title }}</a>
|
||||
{% endfor %}
|
||||
</nav>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue