diff options
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> |