Fix mathjax config path (#1605)

Related to #1602
This commit is contained in:
Dawa Ometto
2020-08-03 19:00:49 +02:00
committed by GitHub
parent 5a95f79b32
commit 519a275ff0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
};
</script>
{{#mathjax_config}}
<script type="text/javascript" src="{{mathjax_config}}"></script>
<script type="text/javascript" src="{{mathjax_config_path}}"></script>
{{/mathjax_config}}
<script defer src="{{mathjax_js}}"></script>
{{/mathjax}}