chore: restore theme button

This commit is contained in:
Cory Dransfeldt 2024-02-15 12:36:17 -08:00
parent b9c7905dee
commit cbb71f017b
No known key found for this signature in database
7 changed files with 79 additions and 6 deletions

View file

@ -2,8 +2,9 @@
<ul class="flex--centered">
{% for link in nav.menu %}
<li>
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon %}
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon, class: link.class %}
</li>
{% endfor %}
{% render "partials/nav/theme.liquid" %}
</ul>
</nav>