Skip to content

Commit 1e616fe

Browse files
committed
Use https for Mathjax
1 parent befa43f commit 1e616fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/episode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: base
33
---
44
<script type="text/javascript"
5-
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
5+
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
66
</script>
77
{% include episode_navbar.html episode_navbar_title=true %}
88
<article>

0 commit comments

Comments
 (0)