diff --git a/templates/base.html b/templates/base.html index 21e57c686f..4f09b398d4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -248,7 +248,5 @@

{{ headlin {% block extra_js %} {% endblock %} - - {% include "mathjax_config.html" %} diff --git a/templates/mathjax.html b/templates/mathjax.html index fc873e5648..be8a6f2313 100644 --- a/templates/mathjax.html +++ b/templates/mathjax.html @@ -1,2 +1,3 @@ {% load static %} +{% include "mathjax_config.html" %}