feat: always include math

This commit is contained in:
2026-01-08 13:12:14 +09:00
parent 7bf64c849d
commit 15197f0a0a

View File

@@ -64,7 +64,6 @@
<script defer src="{{ script | relative_url }}"></script>
{% if page.math %}
<!-- MathJax -->
<script src="{{ '/assets/js/data/mathjax.js' | relative_url }}"></script>
<script>
@@ -145,7 +144,6 @@
</script>
<script async src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="{{ site.data.origin[type].mathjax.js | relative_url }}"></script>
{% endif %}
<!-- Pageviews -->
{% if page.layout == 'post' %}