diff options
author | Yuchen Pei <me@ypei.me> | 2018-04-29 19:36:26 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-04-29 19:36:26 +0200 |
commit | 60e020ac68d560123572c05feca2229706d8eaf9 (patch) | |
tree | 2224e209d4ebf071d9df1b38c1da39d0b370aeda /templates | |
parent | c61f65701b6304ae82b41bb59acc39ef7d3d2502 (diff) |
added isso; removed site from gitignore
Diffstat (limited to 'templates')
-rw-r--r-- | templates/post.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/post.html b/templates/post.html index 2be3f1a..5806eef 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,6 +4,21 @@ <meta charset="utf-8"> <title>$title$</title> <link rel="stylesheet" href="../assets/css/default.css" /> + <script data-isso="/comments/" + 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-max-comments-top="10" + data-isso-max-comments-nested="5" + data-isso-reveal-on-click="5" + data-isso-avatar="true" + data-isso-avatar-bg="#f0f0f0" + data-isso-avatar-fg="#9abf88 #5698c4 #e279a3 #9163b6 ..." + data-isso-vote="true" + data-vote-levels="" + src="/comments/js/embed.min.js"></script> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> <script src="../assets/js/analytics.js" type="text/javascript"></script> </head> @@ -24,5 +39,6 @@ $body$ </div> </div> + <section id="isso-thread"></section> </body> </html> |