Remove theme toggle and cleanup menu

This commit is contained in:
Dave Gallant
2024-01-07 15:00:27 -05:00
parent fdc27aad3a
commit 29a621a4c3
5 changed files with 21 additions and 40 deletions

View File

@@ -52,11 +52,4 @@
</div>
</nav>
<button class="theme__toggle light--hidden" aria-label="Toggle light mode">
{{ partial "icons/tabler-icon.html" "sun" }}
</button>
<button class="theme__toggle dark--hidden" aria-label="Toggle dark mode">
{{ partial "icons/tabler-icon.html" "moon" }}
</button>
</header>