aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-05-11 15:56:41 +0200
committerYuchen Pei <me@ypei.me>2018-05-11 15:56:41 +0200
commitba82a8669c284ffd7140c2a570d19456114f1dc7 (patch)
treecec2e2c75e942259ea93c6d3f482e0565d5047f9 /templates
parent3ceba6e53f6bfd6d76b6f13ce8add533ac347193 (diff)
added js to comment count in blog template
Diffstat (limited to 'templates')
-rw-r--r--templates/blog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/blog.html b/templates/blog.html
index d4f8bcb..9bfa563 100644
--- a/templates/blog.html
+++ b/templates/blog.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>Yuchen's Blog</title>
<link rel="stylesheet" href="../assets/css/default.css" />
+ <script src="/comments/js/count.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>