chore: restore theme button
This commit is contained in:
parent
b9c7905dee
commit
cbb71f017b
7 changed files with 79 additions and 6 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue