Skip to content

Commit

Permalink
merge: #431 from qiankanglai/fix/mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFelhz authored Jul 7, 2017
2 parents e49bdee + f8b3c91 commit 04b311a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_widget/mathjax.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<% if(theme.vendors.mathjax) { %>
<script src="<%= theme.vendors.mathjax + '?config=TeX-AMS-MML_HTMLorMML' %>"></script>
<%}else{%>
<script type="text/javascript" src="<%= url_for('js/mathjax.js?config=TeX-AMS-MML_HTMLorMML') %>"></script>
<script type="text/javascript" src="<%= url_for('js/MathJax.js?config=TeX-AMS-MML_HTMLorMML') %>"></script>
<%}%>
File renamed without changes.

0 comments on commit 04b311a

Please sign in to comment.