From 3fc884d853e2e95f8a9e1d25797f9df8d5bf21e5 Mon Sep 17 00:00:00 2001 From: zhaohuabing Date: Tue, 15 Mar 2022 12:25:19 +0800 Subject: set mode to 1 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 6d6708a..fb8a366 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: 2, + mode: 1, timeout: 5000, init: true, emojiPreview: true -- cgit v1.2.3