add latex to homepage

This commit is contained in:
Dinh 2020-01-22 16:19:24 -06:00
parent ab7bdf1eef
commit 184fa549e0
3 changed files with 8 additions and 45020 deletions

View file

@ -266,3 +266,11 @@
</div>
{% block after_posts %}{% endblock %}
{% endblock %}
{% block bodyend %}
{{ super() }}
{% if REQUIRE_JAX %}
{% include "mathjax-load.html" %}
{% endif %}
{% include "comments/math.html" %}
{% endblock %}