23 lines
617 B
HTML
23 lines
617 B
HTML
<!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="It’s (j)ust (e)leventy and (t)ailwind … OK, and a few other things; it’s 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>
|