Enabled MathJax rendering through Pandoc

This commit is contained in:
Chris Hodapp
2017-12-14 15:07:45 -05:00
parent e588dce485
commit cc3a24565f
3 changed files with 29 additions and 4 deletions

View File

@@ -14,6 +14,11 @@
-->
<link rel="stylesheet" type="text/css" href="/css/syntax.css"/>
<!-- From http://travis.athougies.net/posts/2013-08-13-using-math-on-your-hakyll-blog.html -->
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">