|
@@ -33,6 +33,13 @@
|
|
|
{% endblock meta_tags_in_head %}
|
|
|
<title>{% block title %}{{ SITENAME|striptags|e }}{% endblock title %}</title>
|
|
|
{% block head_links %}
|
|
|
+ <script type="text/x-mathjax-config">
|
|
|
+ MathJax.Hub.Config({
|
|
|
+ TeX: { equationNumbers: { autoNumber: "AMS" } }
|
|
|
+ });
|
|
|
+ </script>
|
|
|
+ <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
|
|
|
+
|
|
|
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
|
|
|
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
|
|
|
{% if 'assets' in PLUGINS %}
|