refactor: rename _partials to _includes

This commit is contained in:
Oliver Davies 2022-01-03 10:26:51 +00:00
parent 0482badc95
commit a445072048
17 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<footer class="mt-20">
<nav class="flex flex-wrap justify-center -mb-3">
{% for link in site.menus.footer %}
<a class="mx-3 mb-3 text-sm md:text-lg dark:text-white hover:text-gray-900 dark:hover:text-blue-400 link" href="{{ link.href }}">{{ link.title }}</a>
{% endfor %}
</nav>
</footer>