Skip to content

Commit

Permalink
Comment counter widget links to Waline
Browse files Browse the repository at this point in the history
  • Loading branch information
UM-Li committed Feb 13, 2023
1 parent 0467609 commit fa139cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/post.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -55,4 +55,4 @@ block content
include _partial/post_nav.pug

if page.comments
include _partial/comments.pug
include _partial/comments.pug

0 comments on commit fa139cb

Please sign in to comment.