aboutsummaryrefslogtreecommitdiff
path: root/bin/template.eml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/template.eml')
-rw-r--r--bin/template.eml7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/template.eml b/bin/template.eml
index 69d5dea..d02baac 100644
--- a/bin/template.eml
+++ b/bin/template.eml
@@ -13,14 +13,15 @@ let render (posts: Post.t list) =
src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.12.0/cdn/shoelace-autoloader.js"
></script>
<head>
- <title>Sensemaking Links</title>
+ <title>Sensemaking Galaxy</title>
</head>
<body style="display:flex; flex-direction:column; align-items:center">
- <h1>Sensemaking Links</h1>
+ <h1>Sensemaking Galaxy</h1>
<div>
- <sl-button variant="text" size="medium" hx-post="/login" hx-swap="outerHTML">login</sl-button>
<sl-button variant="text" size="medium">rss</sl-button>
</div>
+ <p>Links that have ended up in this Galaxy were sent through space
+and time by the Sensemaking Wormhole.</p>
% posts |> List.iter begin fun { author; link; summary; tags; _ } ->
<div>
<sl-card style="min-width: 400px; max-width: 600px; margin: 10px">