mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-09 07:28:43 +00:00
Add base templates, theme, and dark mode
This commit is contained in:
5
templates/partials/header.njk
Normal file
5
templates/partials/header.njk
Normal file
@@ -0,0 +1,5 @@
|
||||
<header class="header">
|
||||
<button id="sidebar-toggle" class="sidebar-toggle" aria-label="Toggle navigation">☰</button>
|
||||
<a href="/" class="logo">{{ config.site.title }}</a>
|
||||
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle dark mode">🌓</button>
|
||||
</header>
|
Reference in New Issue
Block a user