Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit ad7f547

Browse files
committed
Removed mathjax config with page flag 🚀
1 parent 996ebfb commit ad7f547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies-js-blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% if page.math %}
12
<script type="text/x-mathjax-config">
23
MathJax.Hub.Config({
34
jax: ["input/TeX","output/SVG"],
@@ -14,7 +15,6 @@
1415
}
1516
});
1617
</script>
17-
{% if page.math %}
1818
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_SVG"></script>
1919
{% endif %}
2020
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>

0 commit comments

Comments
 (0)