From 80ba43c49dbc544c2cbd3c1f2cd81e0a903c2f63 Mon Sep 17 00:00:00 2001 From: Siad Ardroumli Date: Sun, 29 Dec 2013 15:52:30 +0100 Subject: [PATCH] Added MathJax javascript lib to layout. That would give us the ability to have MathML inside descriptions. --- layout.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/layout.html.twig b/layout.html.twig index 047feb0..e1a484c 100644 --- a/layout.html.twig +++ b/layout.html.twig @@ -25,6 +25,7 @@ + {% block javascripts %}{% endblock %}