diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-23 20:52:28 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-28 11:43:07 -0400 |
| commit | 64ae7cdb9f9a11d201f5a4c95fb72b6c11ea0924 (patch) | |
| tree | 2ef312c51ee5353333bca42238d38c211b6ed118 | |
| parent | ce41e7c7b4eca1b2bec9ac829502d07c7ad768b9 (diff) | |
Remove unfinished `comments' section
This work is continued on the `self-hosted-comments' branch
| -rw-r--r-- | haunt/jakob/builder/blog.scm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/haunt/jakob/builder/blog.scm b/haunt/jakob/builder/blog.scm index 2e54998..8f02a80 100644 --- a/haunt/jakob/builder/blog.scm +++ b/haunt/jakob/builder/blog.scm @@ -80,37 +80,6 @@ ".")) (article ,(post-sxml post)) (section - (@ (id "comments")) - (h2 "Comments for this Page") - (ul (@ (id "comment-container"))) - (form - (@ (action "https://jakob.space/api/comment") - (method "post")) - (label (@ (for "name")) "Name:") - (br) - (input (@ (name "name") (id "name") (type "text"))) - (br) - (label (@ (for "email")) "Email (optional; only used for Gravatar):") - (br) - (input (@ (name "email") (id "email") (type "text"))) - (br) - (label (@ (for "url")) "Homepage (optional):") - (br) - (input (@ (name "url") (id "url") (type "text"))) - (br) - (label (@ (for "comment")) "Comment (Markdown supported):") - (br) - (textarea (@ (name "comment") (id "comment") (rows "4") (cols "50") (maxlength "1024"))) - (br) - (label (@ (for "captcha")) "Captcha: Please integrate the following definite integral.") - (br) - (img (@ (id "captcha") (alt "captcha-image"))) - (br) - (input (@ (name "captcha") (id "captcha") (type "text"))) - (br) - (input (@ (value "Submit") (type "submit")))) - ,(script "local.js")) - (section (@ (id "webmention")) (h2 ,(hyperlink "https://indieweb.org/Webmention" "Webmentions") " for this Page") |