mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
10 lines
190 B
HTML
10 lines
190 B
HTML
{% include "colorscheme.html" %}
|
|
|
|
<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>
|