summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-02-24 07:41:23 +0100
committerrekado <rekado@elephly.net>2016-02-24 07:41:47 +0100
commit28135f0133ef7e010744e45282b7f777285f715d (patch)
tree9d9f10d2044062c4efb3a1cc3d2b9d16747cc84c /haunt.scm
parentaed3ebd1d0365479d527c45db725165079961b9f (diff)
haunt: Replace disqus comments with plain old email.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/haunt.scm b/haunt.scm
index e86d852..f8ef5f7 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -232,9 +232,8 @@ in parentheses."
(p (@ (class "back"))
(a (@ (href "/posts"))
"← other posts"))
- (div (@ (id "disqus_thread")))
- (a (@ (id "loadComments") (href "javascript:loadComments()"))
- "Click to load Disqus comments")))
+ (div (@ (id "comments"))
+ (p "Comments? Then send me an email! Interesting comments may be published here."))))
#:collection-template
(lambda* (site title posts prefix #:optional all-posts tag)
(define (post-uri post)