diff options
author | Yuchen Pei <me@ypei.me> | 2018-04-29 21:10:35 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-04-29 21:10:35 +0200 |
commit | 0e03b980256ea2470add7515bf05fe84eb860dfe (patch) | |
tree | b897c338640ed2e89684934b40baeed973a0299f /templates/post.html | |
parent | 14b324b59ffde8e91c1a33277e2def4a68762dad (diff) |
changed isso setting in post template
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html index a341acd..3209f4e 100644 --- a/templates/post.html +++ b/templates/post.html @@ -8,8 +8,8 @@ data-isso-css="true" data-isso-lang="en" data-isso-reply-to-self="false" - data-isso-require-author="false" - data-isso-require-email="false" + data-isso-require-author="true" + data-isso-require-email="true" data-isso-max-comments-top="10" data-isso-max-comments-nested="5" data-isso-reveal-on-click="5" |