diff options
author | Yam Alcaraz <yam.alcaraz@gmail.com> | 2018-03-14 00:10:12 +0800 |
---|---|---|
committer | Yam Alcaraz <yam.alcaraz@gmail.com> | 2018-03-14 00:10:12 +0800 |
commit | eb85b9f4de34bb345dfc19ba73ac998b2cf1306b (patch) | |
tree | fdcf44140fc3c4b9c6a8d254d112ae017f54aaf0 | |
parent | 319c5ffe1652a8e34a04a4cdafd299ce0793326a (diff) | |
download | pelican-themes-eb85b9f4de34bb345dfc19ba73ac998b2cf1306b.tar.gz |
Fix include new link for Mathjax source. Old source now not working
-rw-r--r-- | pelican-bootstrap3/templates/includes/liquid_tags_nb_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/includes/liquid_tags_nb_header.html b/pelican-bootstrap3/templates/includes/liquid_tags_nb_header.html index 635c6fb..8fcbd9a 100644 --- a/pelican-bootstrap3/templates/includes/liquid_tags_nb_header.html +++ b/pelican-bootstrap3/templates/includes/liquid_tags_nb_header.html @@ -143,7 +143,7 @@ div.collapseheader { </style> -<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script> <script type="text/javascript"> init_mathjax = function() { if (window.MathJax) { |