aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYam Alcaraz <yam.alcaraz@gmail.com>2018-03-14 00:10:12 +0800
committerYam Alcaraz <yam.alcaraz@gmail.com>2018-03-14 00:10:12 +0800
commiteb85b9f4de34bb345dfc19ba73ac998b2cf1306b (patch)
treefdcf44140fc3c4b9c6a8d254d112ae017f54aaf0
parent319c5ffe1652a8e34a04a4cdafd299ce0793326a (diff)
downloadpelican-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.html2
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) {