diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-12-03 10:28:19 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-12-03 10:28:34 -0500 |
| commit | 50628ad56be5312a119fecfede7ecfd20e6275e6 (patch) | |
| tree | e50b6c15d8f141a575561e5840e5e21b980ff753 /haunt/jakob/builder/blog.scm | |
| parent | 40a4fc11cc6f8c78af4a0860bbc0ba3a19b27315 (diff) | |
[dynamic] Join Webmention and internal comments
Diffstat (limited to 'haunt/jakob/builder/blog.scm')
| -rw-r--r-- | haunt/jakob/builder/blog.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/haunt/jakob/builder/blog.scm b/haunt/jakob/builder/blog.scm index cef3b69..f0f5561 100644 --- a/haunt/jakob/builder/blog.scm +++ b/haunt/jakob/builder/blog.scm @@ -75,9 +75,7 @@ (@ (id "webmention")) (h2 "Comments for this page") (ul (@ (id "webmention-container")) - ;; ,@(render-comment-view (fetch-webmentions (post-identifier post)))) - ,@(render-comment-view (fetch-comments (post-identifier post)))) - + ,@(render-comment-view (fetch-comments (post-identifier post)) (fetch-webmentions (post-identifier post)))) (div (@ (id "comment-form-primary") (hidden #t)) ,(render-dynamic-comment-form (post-identifier post))) (p (@ (id "comment-form-alt")) |