oliverdavies.uk/source/_partials/footer.html.twig

8 lines
239 B
Twig
Raw Normal View History

2021-06-30 07:00:00 +00:00
<footer class="mt-10">
2021-06-30 07:00:00 +00:00
<nav class="flex flex-wrap justify-center space-x-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="link" href="{{ link.href }}">{{ link.title }}</a>
2021-06-30 07:00:00 +00:00
{% endfor %}
</nav>
</footer>