summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-12-05 11:37:38 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-12-05 11:37:38 +0100
commitbef26bc8114bcd9c368df0448eceaa739267819b (patch)
tree2ed64f6c2af11505f9562a6e9300a2f6f5e3d2f8 /index.html
parent695691c269884273395df02f8d18a332fd72ee80 (diff)
Move KaTeX js files and add auto-render extension
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8640fdb..4fab00e 100644
--- a/index.html
+++ b/index.html
@@ -532,7 +532,7 @@
<script src="js/ladda/ladda.js"></script>
<script src="js/ladda/ladda.jquery.js"></script>
<!-- math rendering -->
- <script src="js/katex-0.6.0.min.js"></script>
+ <script src="js/katex/katex-0.6.0.min.js"></script>
<!-- CodeMirror stuff -->
<script src="js/codemirror/codemirror.js"></script>
<script src="js/codemirror/matchbrackets.js"></script>