Disable theme toggle

This commit is contained in:
Dave Gallant
2024-04-06 22:48:13 -04:00
parent 1aeb6d20b6
commit 391d164ae9
3 changed files with 3 additions and 59 deletions

View File

@@ -51,12 +51,4 @@
</ul>
</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>