aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/comments.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/partials/comments.html')
-rw-r--r--themes/simple/layouts/partials/comments.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html
index dd73bb4..7978917 100644
--- a/themes/simple/layouts/partials/comments.html
+++ b/themes/simple/layouts/partials/comments.html
@@ -13,7 +13,8 @@
13 serverName: "cactus.chat", 13 serverName: "cactus.chat",
14 siteName: "mitjafelicijan.com", 14 siteName: "mitjafelicijan.com",
15 commentSectionId: "{{.File}}", 15 commentSectionId: "{{.File}}",
16 updateInterval: 15 16 pageSize: 50,
17 updateInterval: 10,
17 }); 18 });
18 }); 19 });
19 </script> 20 </script>