mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-12-25 14:43:32 +02:00
use defer instead of async
This commit is contained in:
parent
c5236cf022
commit
c996cc735a
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue