mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
feat: move from cobalt to zola
This commit is contained in:
parent
78626987fe
commit
72899ff7f1
62 changed files with 356 additions and 225 deletions
13
templates/header.html
Normal file
13
templates/header.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<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>
|
||||
|
||||
<h1><a href="/">{{ config.extra.site_title }}</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/blog">Blog</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<hr>
|
||||
Loading…
Add table
Add a link
Reference in a new issue