Crude MathJax support, closes #128.

master
Nick Sergeant 2014-05-19 22:20:53 -04:00
parent b6147f92a6
commit f72662b45e
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&amp;api_key={{ request.user.api_key.key }}{% endif %}" />
{% endif %}
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="author" href="/humans.txt" />
{% block css %}{% endblock %}