diff options
author | Yuchen Pei <me@ypei.me> | 2018-05-11 15:56:41 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-05-11 15:56:41 +0200 |
commit | ba82a8669c284ffd7140c2a570d19456114f1dc7 (patch) | |
tree | cec2e2c75e942259ea93c6d3f482e0565d5047f9 /templates | |
parent | 3ceba6e53f6bfd6d76b6f13ce8add533ac347193 (diff) |
added js to comment count in blog template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/blog.html | 1 |
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> |