feat: 添加Remark42评论支持

This commit is contained in:
pai233
2022-05-04 12:44:39 +08:00
Unverified
parent 3e30f301a0
commit 060defa475
4 changed files with 49 additions and 2 deletions

View File

@@ -20,3 +20,5 @@ each name in theme.comments.use
!=partial('includes/third-party/comments/giscus', {}, {cache: true})
when 'Facebook Comments'
!=partial('includes/third-party/comments/facebook_comments', {}, {cache: true})
when 'Remark42'
!=partial('includes/third-party/comments/remark42', {}, {cache: true})