aboutsummaryrefslogtreecommitdiffstats
path: root/site/_includes/comment_count.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/_includes/comment_count.html')
-rw-r--r--site/_includes/comment_count.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/site/_includes/comment_count.html b/site/_includes/comment_count.html
new file mode 100644
index 0000000..d7d8e37
--- /dev/null
+++ b/site/_includes/comment_count.html
@@ -0,0 +1,9 @@
+<script type="text/javascript">
+ /* * * DON'T EDIT BELOW THIS LINE * * */
+ (function () {
+ var s = document.createElement('script'); s.async = true;
+ s.type = 'text/javascript';
+ s.src = '//{{ site.disqus.name }}.disqus.com/count.js';
+ (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
+ }());
+</script>