site/src/_includes/base.html
2023-05-08 10:07:08 +02:00

23 lines
617 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Its (j)ust (e)leventy and (t)ailwind … OK, and a few other things; its still really small though."
/>
<title>{{ title }}</title>
<link rel="stylesheet" href="/css/styles.css" />
<script
async
defer
data-domain="sans.pub"
src="https://analytics.sans.pub/js/plausible.js"
></script>
</head>
<body class="font-sans">
<main>{{ content }}</main>
</body>
</html>