diff options
| -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")) |