aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2018-04-06 12:39:46 -0700
committerGitHub <noreply@github.com>2018-04-06 12:39:46 -0700
commitaf7ea47552bf4839db2de3eff9f3e119ef23b2d4 (patch)
treefdcf44140fc3c4b9c6a8d254d112ae017f54aaf0
parent319c5ffe1652a8e34a04a4cdafd299ce0793326a (diff)
parenteb85b9f4de34bb345dfc19ba73ac998b2cf1306b (diff)
downloadpelican-themes-af7ea47552bf4839db2de3eff9f3e119ef23b2d4.tar.gz
Merge pull request #591 from yamalcaraz/master
Fix link for MathJax source
-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) {