mirror of https://github.com/luizdepra/hugo-coder.git

foodtooth
23.18.2019 45d25ecd73b988be46aaf8ce396367071ba65ef2
Use updated mathjax provided by jsdelivr. (#215)

1 files modified
2 ■■■ changed files
layouts/partials/posts/math.html 2 ●●● patch | view | raw | blame | history
layouts/partials/posts/math.html
@@ -1,6 +1,6 @@
{{- if .Params.math -}}
  <script type="text/javascript" async
    src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full">
    src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
    MathJax.Hub.Config({
      tex2jax: {
        inlineMath: [['$','$']],