Skip to content

Commit 47f49f8

Browse files
committed
wip
1 parent 00c7924 commit 47f49f8

28 files changed

+1913
-33
lines changed

.idea/Science.iml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,6 @@ include:
225225
- README.md
226226
- LICENSE
227227
- .gitignore
228-
- .idea/
229-
- Science.iml
230-
- .logs/
231-
- .git/
232228

233229
# Plugins (consolidated and fixed)
234230
plugins:

_layouts/post.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes" name="viewport">
77
<meta content="telephone=no" name="format-detection">
88
<meta content="yes" name="mobile-web-app-capable">
9-
<meta content="yes" name="apple-mobile-web-app-capable">
9+
<meta content="yes" name="apple-mobile-web-app-capable">
1010
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">
1111
<base href="{{ site.url }}{{ site.baseurl }}/">
1212

@@ -15,34 +15,34 @@
1515
<!-- MathJax Configuration (loaded early) -->
1616
{% if page.mathjax or site.mathjax %}
1717
<script>
18-
window.MathJax = {
19-
tex: {
20-
inlineMath: [['$', '$'], ['\\(', '\\)']],
21-
displayMath: [['$$', '$$'], ['\\[', '\\]']],
22-
processEscapes: true,
23-
processEnvironments: true,
24-
tags: 'ams',
25-
packages: {'[+]': ['ams', 'newcommand', 'configmacros']}
26-
},
27-
options: {
28-
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'],
29-
ignoreHtmlClass: 'tex2jax_ignore',
30-
processHtmlClass: 'tex2jax_process'
31-
},
32-
startup: {
33-
pageReady: () => {
34-
return MathJax.startup.defaultPageReady().then(() => {
35-
console.log('MathJax initial typesetting complete');
36-
});
37-
}
38-
},
39-
svg: {
40-
fontCache: 'global'
41-
}
42-
};
18+
window.MathJax = {
19+
tex: {
20+
inlineMath: [['$', '$'], ['\\(', '\\)']],
21+
displayMath: [['$$', '$$'], ['\\[', '\\]']],
22+
processEscapes: true,
23+
processEnvironments: true,
24+
tags: 'ams',
25+
packages: {'[+]': ['ams', 'newcommand', 'configmacros']}
26+
},
27+
options: {
28+
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'],
29+
ignoreHtmlClass: 'tex2jax_ignore',
30+
processHtmlClass: 'tex2jax_process'
31+
},
32+
startup: {
33+
pageReady: () => {
34+
return MathJax.startup.defaultPageReady().then(() => {
35+
console.log('MathJax initial typesetting complete');
36+
});
37+
}
38+
},
39+
svg: {
40+
fontCache: 'global'
41+
}
42+
};
4343
</script>
44-
<script type="text/javascript" id="MathJax-script" async
45-
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
44+
<script async id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
45+
type="text/javascript">
4646
</script>
4747
{% endif %}
4848

0 commit comments

Comments
 (0)