From 74bc7c6683a5276d6ddfb7d02fd577aef1155a4c Mon Sep 17 00:00:00 2001 From: zhaohuabing Date: Tue, 15 Mar 2022 11:42:58 +0800 Subject: set mode to 2 Signed-off-by: zhaohuabing --- layouts/partials/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index fb8a366..6d6708a 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -21,7 +21,7 @@ var disq = new iDisqus('disqus-comment', { forum: '{{ .Site.DisqusShortname}}', api: '{{ .Site.Params.disqus_proxy }}', site: '{{ .Site.Params.disqus_site }}', - mode: 1, + mode: 2, timeout: 5000, init: true, emojiPreview: true -- cgit v1.2.3