diff --git a/layout/post.pug b/layout/post.pug index 553f9063..81e09441 100644 --- a/layout/post.pug +++ b/layout/post.pug @@ -31,7 +31,7 @@ block content span.valine-comment-count(data-xid=url_for(page.path)) span= ' ' + __('Comment') if theme.waline.enable == true - a.disqus-comment-count(href=url_for(page.path) + '#vcomment') + a.disqus-comment-count(href=url_for(page.path) + '#waline') span.waline-comment-count(id=url_for(page.path)) span= ' ' + __('Comment') if page.toc @@ -55,4 +55,4 @@ block content include _partial/post_nav.pug if page.comments - include _partial/comments.pug \ No newline at end of file + include _partial/comments.pug