diff options
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/post.html b/templates/post.html index 8484071..2be3f1a 100644 --- a/templates/post.html +++ b/templates/post.html @@ -5,6 +5,7 @@ <title>$title$</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> |