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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2020-11-28 10:38:52 +0300
committeruPagge <upagge@mail.ru>2020-11-28 10:38:52 +0300
commit677dbc0e5ee149b1be072a3f04cdfbf99ba84796 (patch)
tree548daecc3e23594f20559188d31048b8c35d71f4 /layouts/partials
parente1948acd397f3a8a9ac373cdd1bdfcee8af4ad1f (diff)
добавляем счетчик комментариев
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/comment.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html
index 85aa618..6ac5729 100644
--- a/layouts/partials/comment.html
+++ b/layouts/partials/comment.html
@@ -109,7 +109,7 @@
var remark_config = {
host: '{{ $remark42.host }}',
site_id: '{{ $remark42.site }}',
- components: ['embed'],
+ components: ['embed', 'counter'],
theme: '{{ $remark42.theme }}',
locale: '{{ $remark42.locale }}',
show_email_subscription: '{{ $remark42.emailSubscribe }}'