This commit is contained in:
2025-08-24 00:36:13 +02:00
parent 387127840a
commit be9ede029c
52 changed files with 88 additions and 2072 deletions

12
_layouts/default.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<link rel="stylesheet" href="main.css">
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>