aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2017-09-04 11:15:55 -0700
committerGitHub <noreply@github.com>2017-09-04 11:15:55 -0700
commitd83dfa09898749574e0cf454bce77bacbe3f4a09 (patch)
treedfdef63d14eedd9ca1a0cb5c5d4c279d1f624440 /pelican-bootstrap3/templates
parente095d53f54d889689c0737aed96500c66f37743a (diff)
downloadpelican-themes-d83dfa09898749574e0cf454bce77bacbe3f4a09.tar.gz
Pelican-Bootstrap3: Change MathJax CDN link to HTTPS
Diffstat (limited to 'pelican-bootstrap3/templates')
-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 5dc6d1c..635c6fb 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="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
+<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
<script type="text/javascript">
init_mathjax = function() {
if (window.MathJax) {