From 867761a2e764c6c6327434585498ed62c54f6eac Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 3 Dec 2023 12:52:07 -0600 Subject: Formatting, support whitelist --- bin/template.eml | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) (limited to 'bin/template.eml') diff --git a/bin/template.eml b/bin/template.eml index 96e4f62..1a3c888 100644 --- a/bin/template.eml +++ b/bin/template.eml @@ -4,6 +4,11 @@ open Wormhole.Post let render (posts: Post.t list) = + + Sensemaking Galaxy - -

Sensemaking Galaxy

-
- rss + +
+

SENSEMAKING GALAXY

+ + rss +
-

Links that have ended up in this Galaxy were sent through space -and time by the Sensemaking Wormhole.

-% posts |> List.iter begin fun { author; link; summary; tags; _ } -> -
- + +

Haling from other points in time and space, these posts traveled +here from across the cybernet via a Mastodon Wormhole.

+ Source code +
+% posts |> List.iter begin fun { published; author; author_link; summary; tags; _ } -> +
+ +
+ <%s published %> + ><%s author %> +
- <%s summary %> - >Link (<%s Post.get_tld link %>) + <%s! summary %>
- Submitted by: <%s author %>
% tags |> List.iter begin fun tag -> <%s tag %> @@ -40,5 +53,7 @@ and time by the Sensemaking Wormhole.

% end; +
+ -- cgit v1.2.3