Skip to content

Commit

Permalink
fix(#283): add misssed mathjax config back
Browse files Browse the repository at this point in the history
Merge pull request #295 from viosey/fix/mathjax
  • Loading branch information
iblh committed Apr 16, 2017
2 parents bcc1651 + fe7c42b commit 1335b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_widget/mathjax.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
});
</script>
<% if(theme.materialcdn.use === true) { %>
<script src="<%= theme.materialcdn.base %>/js/mathjax.js"></script>
<script src="<%= theme.materialcdn.base %>/js/mathjax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<%}else{%>
<script type="text/javascript" src="/js/mathjax.js"></script>
<script type="text/javascript" src="/js/mathjax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<%}%>

0 comments on commit 1335b18

Please sign in to comment.