feat: rename includes and data directories

This commit is contained in:
Devin Haska 2025-03-16 11:43:16 -07:00
parent 864bc7be71
commit 408e859ef4
41 changed files with 7 additions and 9 deletions

View file

@ -0,0 +1,10 @@
<ul class="menu list-none cluster p-0 m-0">
{% for item in navigation.top %}
<li>
<a class="button button--alt font-size-s line-height-m"
href="{{ item.url }}"
title="{{ item.text }}"
aria-label="{{ item.text }}">{% include "svgs/" + item.icon + ".svg" %}</a>
</li>
{% endfor %}
</ul>