diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/templates/index.html b/templates/index.html index e864b19..89ae0e1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -132,19 +132,6 @@ </ol> </div> </details> - <!-- <script id="MathJax-script" async src="/forbidden-salamanders/static/mathjax.js"></script> --> - <!-- <script type="text/x-mathjax-config"> --> - <!-- MathJax.Hub.Config({ TeX: { extensions: ["AMSmath.js", "AMSsymbols.js"] }}); --> - <!-- </script> --> -<script> -MathJax = { - tex: { - extensions: ["AMSmath.js", "AMSsymbols.js"] - } -}; -</script> -<script id="MathJax-script" async - src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> -</script> + <script id="MathJax-script" async src="/forbidden-salamanders/static/tex-chtml.js"></script> </body> </html> |