mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
feat: cleanup
This commit is contained in:
parent
57361be9e3
commit
3b1c786fd6
11 changed files with 173 additions and 100 deletions
|
|
@ -1,7 +1,4 @@
|
|||
<input name="color-scheme" type="radio" id="color-scheme-dark" value="dark">
|
||||
<label for="color-scheme-dark">Dark</label>
|
||||
<input name="color-scheme" type="radio" id="color-scheme-light" value="light">
|
||||
<label for="color-scheme-light">Light</label>
|
||||
{% include "colorscheme.html" %}
|
||||
|
||||
<h1><a href="/">{{ config.extra.site_title }}</h1>
|
||||
<nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue