From 64ae7cdb9f9a11d201f5a4c95fb72b6c11ea0924 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Tue, 23 Aug 2022 20:52:28 -0400 Subject: Remove unfinished `comments' section This work is continued on the `self-hosted-comments' branch --- haunt/jakob/builder/blog.scm | 31 ------------------------------- 1 file changed, 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 @@ -79,37 +79,6 @@ ,(hyperlink (post-ref post 'crosspost) "this link") ".")) (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") -- cgit v1.3