Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhaohuabing <zhaohuabing@gmail.com>2022-03-14 09:18:56 +0300
committerzhaohuabing <zhaohuabing@gmail.com>2022-03-14 09:18:56 +0300
commitd995f7e47b037d4cac5dcbf357ca80046e5bcc1b (patch)
tree18ef10d2ce2702eb113f415a72d6894f88989b39 /layouts
parent888bafd5e39c1fc7c3a9cc0f2941cfb7e4d56818 (diff)
updae iSisqus
Signed-off-by: zhaohuabing <zhaohuabing@gmail.com>
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/comments.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
index a39058d..6d6708a 100644
--- a/layouts/partials/comments.html
+++ b/layouts/partials/comments.html
@@ -21,9 +21,10 @@ 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
+ init: true,
+ emojiPreview: true
});
</script>
{{ else if .Site.DisqusShortname }}