summaryrefslogtreecommitdiff
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
parentaed3ebd1d0365479d527c45db725165079961b9f (diff)
haunt: Replace disqus comments with plain old email.
-rw-r--r--haunt.scm5
-rw-r--r--static/css/screen.css6
2 files changed, 8 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)
diff --git a/static/css/screen.css b/static/css/screen.css
index 168c1fb..8fb7058 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -364,6 +364,12 @@ ul.tags {
#page ul.tree .SOCK { color: fuchsia;background-color: transparent;}
#page ul.tree .EXEC { color: green; background-color: transparent;}
+#comments {
+ margin-top: 1rem;
+ font-size: 0.7rem;
+ padding: 0 1em 1rem;
+ border-top: 5px solid #999999;
+}
/* DISQUS */
h1.disqus {