update guide

This commit is contained in:
2018-03-06 01:28:29 +03:00
parent 63d264eca3
commit 3fcfb108e9
6 changed files with 25 additions and 19 deletions

View File

@ -33,6 +33,11 @@
{% endif %}
</head>
<body>
{% if page.use_math == true %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
{% endif %}
{{ content }}
{% if page.comment == true or layout.comment == true %}