Add MathJax Support
This commit is contained in:
parent
0dc364f3e2
commit
df324af3c1
@ -59,3 +59,11 @@
|
||||
|
||||
<!-- Extended head section-->
|
||||
{{ partial "extended_head.html" . }}
|
||||
|
||||
<!-- MathJax support -->
|
||||
{{ if .Params.mathJaxSupport }}
|
||||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
||||
<script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
|
||||
</script>
|
||||
{{ end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user