diff options
author | Yuchen Pei <me@ypei.me> | 2018-05-11 16:11:55 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-05-11 16:11:55 +0200 |
commit | 03b2bcb3fda50c08bfd8a8a7559cbda250d64b02 (patch) | |
tree | c77204b65910482ac87ee363f8cb414d67dc7668 /templates/blog.html | |
parent | 029b8c8e54171638b1de508b66ee29d5cc8fe4f6 (diff) |
minor fixes
- removed comment link from barepost
- removed count.min.js from blog
- added comment counter to post
Diffstat (limited to 'templates/blog.html')
-rw-r--r-- | templates/blog.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/blog.html b/templates/blog.html index 9bfa563..d4f8bcb 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -4,7 +4,6 @@ <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> |