changeset 72:eed30c5acfbe kai

Remove usused MathJax.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 13 Oct 2016 17:51:13 +0200
parents f1d50c25e0a3
children 7d73884411b6
files _includes/head.html
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/_includes/head.html	Thu Oct 13 17:50:21 2016 +0200
+++ b/_includes/head.html	Thu Oct 13 17:51:13 2016 +0200
@@ -10,14 +10,4 @@
 
   <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
   <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | relative_url }}">
-
-  <script type="text/x-mathjax-config">
-  MathJax.Hub.Config({
-    tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] },
-    TeX: { equationNumbers: { autoNumber: 'all' } }
-  });
-  </script>
-  <script type="text/javascript" async
-    src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
-  </script>
 </head>