diff options
Diffstat (limited to 'templates/postlist.html')
-rw-r--r-- | templates/postlist.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/postlist.html b/templates/postlist.html index 52a019b..993eaad 100644 --- a/templates/postlist.html +++ b/templates/postlist.html @@ -4,10 +4,8 @@ <meta charset="utf-8"> <title>All posts</title> <link rel="stylesheet" href="../assets/css/default.css" /> - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css" integrity="sha384-TEMocfGvRuD1rIAacqrknm5BQZ7W7uWitoih+jMNFXQIbNl16bO8OZmylH/Vi/Ei" crossorigin="anonymous"> - <script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.js" integrity="sha384-jmxIlussZWB7qCuB+PgKG1uLjjxbVVIayPJwi6cG6Zb4YKq0JIw+OMnkkEC7kYCq" crossorigin="anonymous"></script> - <script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/contrib/auto-render.min.js" integrity="sha384-IiI65aU9ZYub2MY9zhtKd1H2ps7xxf+eb2YFG9lX6uRqpXCvBTOidPRCXCrQ++Uc" crossorigin="anonymous"></script> - <script> document.addEventListener("DOMContentLoaded", function() { renderMathInElement(document.body); }); </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> <body> <header> |