Moar stuph

This commit is contained in:
2026-01-16 19:07:27 +01:00
parent 76a27dd920
commit e07200e424
38 changed files with 22023 additions and 35 deletions

View File

@ -4,18 +4,24 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link
rel="stylesheet"
href="/css/bulma.min.css"
>
<link rel="stylesheet" href="/css/site.css">
<title>{{ title ?? site:name }}</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-slate-100 dark:bg-gray-800 font-sans leading-normal text-slate-800 dark:text-gray-400">
<nav class="bg-black text-xs uppercase text-green-500 text-center flex items-center justify-center space-x-4">
{{ nav:collection:pages include_home="true" }}
<a href="{{ url }}" class="p-2 block hover:text-yellow-200">{{ title }}</a>
{{ /nav:collection:pages }}
</nav>
<body>
{{# <nav> #}}
{{# {{ nav:collection:pages include_home="true" }} #}}
{{# <a href="{{ url }}">{{ title }}</a> #}}
{{# {{ /nav:collection:pages }} #}}
{{# </nav> #}}
<div class="mx-auto px-2 lg:min-h-screen flex flex-col items-center justify-center">
<div>
{{ template_content }}
</div>
<footer>Footer</footer>
</body>
</html>