mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-22 08:29:19 +02:00
replace bootcss with rstudio's mathjax
This commit is contained in:
parent
ae0bdbeb10
commit
288e57b3d2
|
@ -53,7 +53,7 @@ There are two layout files under `layouts/partials/` that you may want to overri
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script defer src="//yihui.org/js/math-code.js"></script>
|
<script defer src="//yihui.org/js/math-code.js"></script>
|
||||||
<script defer src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
|
<script defer src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script defer src="//yihui.org/js/center-img.js"></script>
|
<script defer src="//yihui.org/js/center-img.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue