fix: add theme toggle button to layout template

This commit is contained in:
2026-03-04 12:00:58 -08:00
parent 24f077cf25
commit 318a54425b

View File

@@ -17,6 +17,7 @@
<a href="/wiki" class="nav-link {{wikiActive}}">Wiki</a>
<a href="/agents" class="nav-link {{agentsActive}}">Agents</a>
<a href="/usage" class="nav-link {{usageActive}}">Usage</a>
<button id="theme-toggle" class="btn-secondary" type="button" aria-label="Toggle theme">Dark Mode</button>
</nav>
</header>