diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-07-23 16:29:13 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-07-23 16:29:13 -0400 |
| commit | 0b7e40850efc11e3766a3f1b2b4e14154b58c66c (patch) | |
| tree | 5a047b99b801f158e70fe016ffbb38492d676f69 | |
| parent | 50a8c024ab544ab3a7cc916d99511bff46c2fdd1 (diff) | |
Add reply to "Better Webmention support on this blog"
| -rw-r--r-- | haunt/data/replies.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/haunt/data/replies.scm b/haunt/data/replies.scm index f151286..4a913dd 100644 --- a/haunt/data/replies.scm +++ b/haunt/data/replies.scm @@ -1,4 +1,9 @@ '(("https://aaronparecki.com/2018/06/30/11/your-first-webmention" "@aaronpk" "2019-07-19T20:17:50-4000" - (p "Alright, giving this another shot!"))) + (p "Alright, giving this another shot!")) + ("https://jlelse.blog/thoughts/2019/better-webmention/" + "@jlelse" + "2019-07-23T16:28:11-0400" + (p "Nice! I've just recently implemented forms on my site as well. Beats +using 'curl' for sure!"))) |