2021-06-30 07:00:00 +00:00
|
|
|
<footer class="mt-20">
|
2021-06-30 07:00:00 +00:00
|
|
|
<nav class="flex flex-wrap justify-center -mb-3">
|
2021-06-30 07:00:00 +00:00
|
|
|
{% for link in site.menus.footer %}
|
2021-06-30 07:00:00 +00:00
|
|
|
<a class="mx-3 mb-3 text-base md:text-lg dark:text-white dark:text-decoration-white link" href="{{ link.href }}">{{ link.title }}</a>
|
2021-06-30 07:00:00 +00:00
|
|
|
{% endfor %}
|
|
|
|
</nav>
|
|
|
|
</footer>
|