summaryrefslogtreecommitdiff
path: root/_includes/extensions/mathjax.html
diff options
context:
space:
mode:
authorJeffrey Tse <jeffreytse.mail@gmail.com>2023-08-03 22:19:38 +0800
committerJeffrey Tse <jeffreytse.mail@gmail.com>2023-08-03 22:19:38 +0800
commita49acb6fc0c8aa2af42a63e1870f64a244633341 (patch)
treeb5491a8343e15c097b96800ef31e4f7772b68b13 /_includes/extensions/mathjax.html
parent997515d10e6d049672b49d24fd69ab302e293dec (diff)
perf: reduce render-blocking scripts
Diffstat (limited to '_includes/extensions/mathjax.html')
-rw-r--r--_includes/extensions/mathjax.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/extensions/mathjax.html b/_includes/extensions/mathjax.html
index 9ddd1ff..7d271e3 100644
--- a/_includes/extensions/mathjax.html
+++ b/_includes/extensions/mathjax.html
@@ -7,4 +7,4 @@
});
</script>
<script
-src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML" type="text/javascript"></script>
+src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML" type="text/javascript" async></script>