death.id.au/_content/notes.html
2022-11-30 16:48:51 +11:00

42 lines
No EOL
1.6 KiB
HTML

---
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="img/avatar-tt.svg">
<link rel="icon" type="image/png" href="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="../../styles.css">
<script src="https://cdn.jsdelivr.net/npm/luxon/build/global/luxon.min.js" crossorigin="anonymous"></script>
<title>{{ title }}</title>
</head>
<body>
<main>
<ol class="h-notes">
{%- for note in collections.notes -%}
<li class="{{ note.data.type }}" role="article">
<time class="dt-published" datetime="{{ note.data.date }}">{{ note.data.date | formatDate }}</time>
<div class="e-content">
{{ note.templateContent }}
</div>
</li>
{%- endfor -%}
</ol>
</main>
</body>
<script src="../../js/relative-time.js"></script>
</html>