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:
Diffstat (limited to 'layouts/partials/comments.html')
-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 }}