diff options
Diffstat (limited to 'haunt/jakob/builder')
| -rw-r--r-- | haunt/jakob/builder/blog.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haunt/jakob/builder/blog.scm b/haunt/jakob/builder/blog.scm index c37e906..c20eccc 100644 --- a/haunt/jakob/builder/blog.scm +++ b/haunt/jakob/builder/blog.scm @@ -84,11 +84,11 @@ (@ (id "webmention-form") (action "https://webmention.io/jakob.space/webmention") (method "post")) - (label "Alternatively, if you've written about this " + (label "Or, if you've written about this " ,(hyperlink "https://indieweb.org/responses" "elsewhere") - ", you can let me know the URL:") + ", you can send me a Webmention") (input (@ (name "source") (type "url"))) - (input (@ (value "Send Webmention") (type "submit")))) + (input (@ (value "Send") (type "submit")))) ,(script "section-folds.js") ,(script "comment-reaction.js"))))) |