@@ -49,7 +49,7 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
{{#mathjax_config}}
|
{{#mathjax_config}}
|
||||||
<script type="text/javascript" src="{{mathjax_config}}"></script>
|
<script type="text/javascript" src="{{mathjax_config_path}}"></script>
|
||||||
{{/mathjax_config}}
|
{{/mathjax_config}}
|
||||||
<script defer src="{{mathjax_js}}"></script>
|
<script defer src="{{mathjax_js}}"></script>
|
||||||
{{/mathjax}}
|
{{/mathjax}}
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ module Precious
|
|||||||
clean_url(custom_path, "custom.js")
|
clean_url(custom_path, "custom.js")
|
||||||
end
|
end
|
||||||
|
|
||||||
def mathjax_config
|
def mathjax_config_path
|
||||||
page_route(@mathjax_config)
|
page_route(@mathjax_config)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user