mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-10 07:29:18 -08:00
feat: initial commit
This commit is contained in:
commit
bec441fb57
8 changed files with 180 additions and 0 deletions
21
_layouts/default.liquid
Normal file
21
_layouts/default.liquid
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>dork.dev - {{ page.title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<header>
|
||||
{% include "header.liquid" %}
|
||||
</header>
|
||||
<main>
|
||||
{{ page.content }}
|
||||
</main>
|
||||
<footer>
|
||||
{% include "footer.liquid" %}
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue