diff options
author | Justin Mayer <entroP@gmail.com> | 2017-09-04 11:15:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 11:15:55 -0700 |
commit | d83dfa09898749574e0cf454bce77bacbe3f4a09 (patch) | |
tree | dfdef63d14eedd9ca1a0cb5c5d4c279d1f624440 /pelican-bootstrap3/templates | |
parent | e095d53f54d889689c0737aed96500c66f37743a (diff) | |
download | pelican-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.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 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) { |