aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-01-10 03:04:15 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-01-10 03:04:15 +0100
commit95313c580b6e0e6020df60aec1d652629cf63df4 (patch)
tree171d87b0431b74cb9606bcec2d92fcdbfa1d509b /_includes/footer.html
parent5222ca5b0fa67dbd8bd1c7625d335a96dd90aaf6 (diff)
downloadmitjafelicijan.com-95313c580b6e0e6020df60aec1d652629cf63df4.tar.gz
fix mixed content for mathjax
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index f317c45..691c796 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -73,4 +73,5 @@
73 } 73 }
74 }); 74 });
75</script> 75</script>
76<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async></script> 76<script src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async></script>
77