chore: restore theme button
This commit is contained in:
parent
b9c7905dee
commit
cbb71f017b
7 changed files with 79 additions and 6 deletions
8
src/_includes/partials/nav/theme.liquid
Normal file
8
src/_includes/partials/nav/theme.liquid
Normal file
|
@ -0,0 +1,8 @@
|
|||
<li class="theme__toggle client-side">
|
||||
<span class="light">
|
||||
{% tablericon "sun" "Toggle light theme" %}
|
||||
</span>
|
||||
<span class="dark">
|
||||
{% tablericon "moon" "Toggle dark theme" %}
|
||||
</span>
|
||||
</li>
|
Reference in a new issue