Skip to content

Commit c97f419

Browse files
authored
Merge branch 'pytorch:site' into site
2 parents 3a0bf70 + 3495090 commit c97f419

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_includes/head.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
<script src="{{ site.baseurl }}/assets/vendor/popper.min.js"></script>
1717
<script src="{{ site.baseurl }}/assets/vendor/bootstrap.min.js"></script>
1818
<script src="{{ site.baseurl }}/assets/vendor/anchor.min.js"></script>
19+
<script type="text/x-mathjax-config">
20+
MathJax.Hub.Config({
21+
tex2jax: {
22+
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
23+
inlineMath: [['$','$']]
24+
}
25+
});
26+
</script>
27+
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
1928
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
2029
{% if jekyll.environment == 'production' %}
2130
{% include analytics.html %}

0 commit comments

Comments
 (0)