This commit is contained in:
2026-02-20 11:57:19 -08:00
parent f18e2f2078
commit 2c3711fe1e
260 changed files with 14910 additions and 14617 deletions

View File

@ -9,8 +9,7 @@
{% for entry in collections.all | eleventyNavigation %}
<li>
<a href="{{ entry.url }}" title="{{ entry.data.label }}"
{% if entry.url == page.url %}aria-current="page"{% endif %}
aria-label="{{ entry.data.label }}">
{% if entry.url == page.url %}aria-current="page"{% endif %}>
<i class="{{ entry.data.icon }}" aria-hidden="true"></i>
<span class="menu-text">{{ entry.title }}</span>
</a>