summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-08-28 02:47:10 -0400
committercyfraeviolae <cyfraeviolae>2022-08-28 02:47:10 -0400
commit6841c554cbbeb619ac9e1d40bb20da4b707818d2 (patch)
tree2dd7fe1a6da9905f62fef544747aa4a06e6cf3a1 /templates/index.html
parentc6d2859dd229d6ad058440feac910b9905a761d7 (diff)
local mathjax
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html15
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>