feat: Remark42评论支持显示文章评论数

This commit is contained in:
pai233
2022-05-12 08:39:56 +08:00
Unverified
parent c68e872f0e
commit 1f3f2f471b
5 changed files with 34 additions and 3 deletions

View File

@@ -116,4 +116,8 @@
when 'Facebook Comments'
+countBlock
a(href=url_for(page.path) + '#post-comment')
span.fb-comments-count(data-href=urlNoIndex())
span.fb-comments-count(data-href=urlNoIndex())
when 'Remark42'
+countBlock
a(href=url_for(page.path) + '#post-comment')
span(class="remark42__counter" data-url=urlNoIndex())