From 51a8400fa54ed0a69cc64f293c7c908b90395f8d Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 25 Nov 2022 12:45:44 -0600 Subject: [PATCH] Add temporary config for mathjax --- templates/common-content.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/templates/common-content.html b/templates/common-content.html index 52f195b..861edaf 100644 --- a/templates/common-content.html +++ b/templates/common-content.html @@ -76,5 +76,31 @@ {% block bodyend %} {% if REQUIRE_JAX %} {% include "mathjax-load.html" %} + {% endif %} {% endblock %}