death.id.au/_content/_includes/layout.njk
2022-11-30 21:42:50 +11:00

33 lines
1.2 KiB
Text

---
title: Mon Repos (Death's Domain)
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/assets/img/avatar-tt.svg">
<link rel="icon" type="image/png" href="/assets/img/avatar-tiny.png">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="webmention" href="https://webmention.io/death.id.au/webmention" />
<link rel="pingback" href="https://webmention.io/death.id.au/xmlrpc" />
<link rel="microsub" href="https://aperture.p3k.io/microsub/807">
<link rel="micropub" href="https://micropub.death.id.au/.netlify/functions/micropub">
<link rel="micropub_media" href="https://micropub.death.id.au/.netlify/functions/media">
<link rel="stylesheet" href="/css/styles.css">
<title>{{ title }}</title>
</head>
<body>
<article class="{{ type }}">
<time class="dt-published" datetime="{{ date }}">{{ date | formatDate }}</time>
<div class="e-content">
{{ content | safe }}
</div>
</article>
</body>
</html>