diff options
Diffstat (limited to '_layout/foot_katex.html')
-rw-r--r-- | _layout/foot_katex.html | 3 |
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> |