36 lines
1.4 KiB
Handlebars
36 lines
1.4 KiB
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{{pageTitle}}}</title>
|
|
<meta property="og:site_name" content="Pronoun Monster" />
|
|
<meta property="og:title" content={{pageTitle}} />
|
|
<meta property="og:description"
|
|
content="Howl your pronouns loud and proud. Share how you are to be referred to by newer users of neopronouns or English language learners." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://pronoun.monster/" />
|
|
<meta property="og:image" content="https://pronoun.monster/og-image.jpg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;800&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://fonts.cdnfonts.com/css/redaction">
|
|
<link rel="stylesheet" href="/app.css">
|
|
|
|
<script defer data-domain="pronoun.monster" src="https://plausible.io/js/script.js"></script>
|
|
</head>
|
|
|
|
<body class="min-h-screen flex flex-col">
|
|
{{> header siteName=siteName }}
|
|
<div class="mx-10 mt-10 mb-[60px] lg:mx-[90px] lg:mt-[90px] xl:mx-[120px] xl:mt-[120px] grow flex flex-col">
|
|
<div class="grow flex flex-col">
|
|
{{{body}}}
|
|
</div>
|
|
{{> footer }}
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|