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