Skip to content

Commit

Permalink
Adding mathjax support
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Gibson committed Dec 29, 2015
1 parent dfd8006 commit c917524
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions default.hbs
Expand Up @@ -60,8 +60,12 @@
{{! Ghost outputs important scripts and data with this tag }}
{{ghost_foot}}

{{! Prism.js syntax highlighting }}
<script type="text/javascript" src="{{asset "js/prism.js"}}"></script>

{{! MathJax support }}
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>

{{! The main JavaScript file for Boo }}
<script type="text/javascript" src="{{asset "js/jquery.fitvids.js"}}"></script>
<script type="text/javascript" src="{{asset "js/index.js"}}"></script>
Expand Down
3 changes: 3 additions & 0 deletions post.hbs
Expand Up @@ -118,3 +118,6 @@
</aside>

{{/post}}

{{! MathJax support }}
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>

0 comments on commit c917524

Please sign in to comment.