bunch of random ass shit tbh

This commit is contained in:
2026-01-15 10:50:34 +01:00
parent 78c43c630a
commit 241121b355
8 changed files with 95 additions and 26 deletions

View File

@@ -1,9 +1,7 @@
<!DOCTYPE html>
<html lang="{{config.lang}}">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{metadata.title}}</title>
{{page.head}}
</head>
<body>
<header>
@@ -12,13 +10,12 @@
<main>
<article>
{{content}}
{{page.content}}
</article>
</main>
<footer>
{{footer}}
{{page.footer}}
</footer>
</body>
</html>