This commit is contained in:
Pierre Martin
2021-03-19 20:28:14 +01:00
parent b899d7db57
commit a65174ec47
2 changed files with 27 additions and 25 deletions

View File

@@ -1,15 +1,16 @@
<!doctype 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="Its (j)ust (e)leventy and (t)ailwind … OK, and a few other things; its still really small though.">
<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">
<link rel="stylesheet" href="/css/styles.css" />
</head>
<body class="font-sans">
<main>
{{ content | safe }}
</main>
<main>{{ content | safe }}</main>
</body>
</html>
</html>