Skip to content

Commit ace06aa

Browse files
committed
shortened config
1 parent 7460414 commit ace06aa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_layouts/page.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,13 @@
6161
<!-- http://docs.mathjax.org/en/latest/options/output/chtml.html?highlight=displayAlign#the-configuration-block -->
6262
<script>
6363
window.MathJax = {
64+
chtml: {
65+
displayAlign: 'left'
66+
},
6467
loader: {
65-
load: ['[mathjax]/mathjax-newcm-font'],
6668
paths: {
6769
'mathjax-newcm': '[mathjax]'
6870
}
69-
},
70-
chtml: {
71-
displayAlign: 'left'
7271
}
7372
};
7473
</script>

0 commit comments

Comments
 (0)