mirror of
https://github.com/calofmijuck/blog.git
synced 2026-02-05 09:28:02 +00:00
feat: always include math
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user