diff options
author | Yuchen Pei <me@ypei.me> | 2018-04-29 19:30:22 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-04-29 19:30:22 +0200 |
commit | c61f65701b6304ae82b41bb59acc39ef7d3d2502 (patch) | |
tree | 8931677f0583e3c231e2a484cb19936e81b78ae7 /templates/microblog.html | |
parent | 2822a3c7dd36d52e550f501602b135b330f6ab48 (diff) | |
parent | 4fa8a77b088a9028f4838cfca4d3a0ccc88eb390 (diff) |
Merge branch 'master' into dev
Diffstat (limited to 'templates/microblog.html')
-rw-r--r-- | templates/microblog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/microblog.html b/templates/microblog.html index 66ef130..16babb2 100644 --- a/templates/microblog.html +++ b/templates/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> |