Skip to content

Commit

Permalink
use defer instead of async
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Nov 12, 2021
1 parent c5236cf commit c996cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exampleSite/layouts/partials/foot_custom.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="//yihui.org/js/math-code.js"></script>
<script async src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script defer src="//yihui.org/js/math-code.js"></script>
<script defer src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>

<script async src="//yihui.org/js/center-img.js"></script>
<script defer src="//yihui.org/js/center-img.js"></script>

0 comments on commit c996cc7

Please sign in to comment.