Browse Source

Update MathJax.

master
Ben Kurtovic 9 years ago
parent
commit
be628087aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _layouts/base.html

+ 1
- 1
_layouts/base.html View File

@@ -6,7 +6,7 @@
<link rel="stylesheet" href="/static/main.css" type="text/css" />
<link rel="stylesheet" href="/static/syntax.css" type="text/css" /> <!-- shamelessly stolen from https://github.com/mojombo/tpw/blob/master/css/syntax.css -->
<script src="/static/date_format.js" type="text/javascript"></script>
<script type="text/javascript" src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<div id="container">


Loading…
Cancel
Save