mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
add mathjax to the main site
This commit is contained in:
parent
a0b8492950
commit
e2cb2a0aa2
@ -8,6 +8,18 @@
|
|||||||
<meta name="description" content="Tom Hodson's personal site.">
|
<meta name="description" content="Tom Hodson's personal site.">
|
||||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||||
<script src="/assets/js/index.js"></script>
|
<script src="/assets/js/index.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
MathJax = {
|
||||||
|
tex: {
|
||||||
|
inlineMath: [['$', '$'], ['\\(', '\\)']]
|
||||||
|
},
|
||||||
|
svg: {
|
||||||
|
fontCache: 'global'
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
|
||||||
|
|
||||||
<!-- RSS feed -->
|
<!-- RSS feed -->
|
||||||
{% feed_meta %}
|
{% feed_meta %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user