(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)
#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 {