diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-17 11:34:31 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-17 11:34:31 -0400 |
| commit | 8c9b56ea3dc1570cd2cda741f75ee2e2dda85b31 (patch) | |
| tree | 382e475e8546f049f5bdd66a9fccbf7371ba0724 /haunt | |
| parent | deca0cbb2cf227d4161947d59988f99787735999 (diff) | |
[webmention 2019-05-12] to "Transition to Haunt"
Diffstat (limited to 'haunt')
| -rw-r--r-- | haunt/outbox.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/haunt/outbox.scm b/haunt/outbox.scm index 65be024..04ea775 100644 --- a/haunt/outbox.scm +++ b/haunt/outbox.scm @@ -23,8 +23,12 @@ (p (@ (class "e-content")) "Hoo, this comments section is a bit of a mess. " "Anyway, I'm just testing out Webmentions like everyone else. " - "Don't mind me...") - ))) + "Don't mind me...")) + ("http://jakob.space/transition-to-haunt.html" + "@jakob" + "<2019-05-12 Sun 12:07>" + (p (@ (class "e-content")) + "Just testing out my Webmention inbox widget.")))) (define (h-card) `(div (@ (class "u-author h-card")) |