chore: name things consistently

This commit is contained in:
Cory Dransfeldt 2024-02-27 13:56:55 -08:00
parent efa64a5159
commit 0811a699fb
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -5,6 +5,6 @@
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon, class: link.class %}
</li>
{% endfor %}
{% render "partials/nav/theme.liquid" %}
{% render "partials/nav/theme-toggle.liquid" %}
</ul>
</nav>