summaryrefslogtreecommitdiff
path: root/data/templates/default.html4
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.html4')
-rw-r--r--data/templates/default.html43
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/default.html4 b/data/templates/default.html4
index daef6adb2..401dd88e1 100644
--- a/data/templates/default.html4
+++ b/data/templates/default.html4
@@ -27,6 +27,9 @@ $for(header-includes)$
$header-includes$
$endfor$
$if(math)$
+$if(mathjax)$
+ <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
+$endif$
$math$
$endif$
</head>