about summary refs log tree commit diff homepage
path: root/_layout/foot_katex.html
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-07 11:29:26 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-07 11:29:26 +0700
commit3e6f0389f0cdac7b90970c49f455205563b48ad6 (patch)
tree4e4f0a018b1aae2276767f7f8da75fb4c909e772 /_layout/foot_katex.html
downloadsite-3e6f0389f0cdac7b90970c49f455205563b48ad6.tar.gz
Initialize a Franklin site
Diffstat (limited to '_layout/foot_katex.html')
-rw-r--r--_layout/foot_katex.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/_layout/foot_katex.html b/_layout/foot_katex.html
new file mode 100644
index 0000000..6c7e39f
--- /dev/null
+++ b/_layout/foot_katex.html
@@ -0,0 +1,3 @@
+<script src="/libs/katex/katex.min.js"></script>
+<script src="/libs/katex/auto-render.min.js"></script>
+<script>renderMathInElement(document.body)</script>