summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/post.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tekuti/post.scm')
-rw-r--r--tekuti/post.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tekuti/post.scm b/tekuti/post.scm
index 43e19c9..ec20c0a 100644
--- a/tekuti/post.scm
+++ b/tekuti/post.scm
@@ -150,8 +150,8 @@
(define (post-sxml-n-comments post)
`(div (@ (class "feedback"))
- (a (@ (href ,(string-append *public-url-base* "/archives/"
- (assq-ref post 'encoded-name)
+ (a (@ (href ,(string-append *public-url-base* "archives/"
+ (url:decode (assq-ref post 'key))
"#comments")))
"(" ,(post-n-comments post) ")")))