diff options
author | Yuchen Pei <me@ypei.me> | 2018-04-19 12:04:14 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-04-19 12:04:14 +0200 |
commit | 81189b4ca38e75b5f11ab76f427b8fb641115a41 (patch) | |
tree | 8bff387604dae27c32dec1ebe05d7c6b86f3820f /site/microblog.html | |
parent | f306623150571c04472ddc683e6077ba32f1e03a (diff) |
added analytics
Diffstat (limited to 'site/microblog.html')
-rw-r--r-- | site/microblog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/microblog.html b/site/microblog.html index 94cab80..3297a40 100644 --- a/site/microblog.html +++ b/site/microblog.html @@ -5,6 +5,7 @@ <title>Yuchen's Microblog</title> <link rel="stylesheet" href="../assets/css/default.css" /> <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> <body> <header> |